diff --git a/bilby/core/sampler/base_sampler.py b/bilby/core/sampler/base_sampler.py index f26ff79479fade7045123981bb69ba130a8ebc0e..5ead6fe3ef7f49bb9fc749863e49923d1d477d0d 100644 --- a/bilby/core/sampler/base_sampler.py +++ b/bilby/core/sampler/base_sampler.py @@ -433,7 +433,7 @@ class NestedSampler(Sampler): axis=1))[0] if len(idx) > 1: logger.warning( - "Multiple likwlihood matches found between sorted and " + "Multiple likelihood matches found between sorted and " "unsorted samples. Taking the first match.") idxs.append(idx[0]) return unsorted_loglikelihoods[idxs]