diff --git a/plotter.py b/plotter.py index 4948b6b..76d6986 100644 --- a/plotter.py +++ b/plotter.py @@ -1184,7 +1184,7 @@ class Plotter(Aggregator, BaseProcessor): y = ytransform(y) if yerr is not None: self._log( - "Errorbar may be meaning less when ytransform is used", "WARNING" + "Errorbar may be meaningless when ytransform is used", "WARNING" ) if smooth > 0: y = gaussian_filter1d(y, sigma=smooth)