branch: externals/mode-line-maker
commit 8d70286c3fda845f3b8d97a937248670ca002f13
Author: Nicolas P. Rougier <[email protected]>
Commit: Nicolas P. Rougier <[email protected]>
Typo
---
mode-line-maker.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mode-line-maker.el b/mode-line-maker.el
index b6d4cfaa11..1c319e63ce 100644
--- a/mode-line-maker.el
+++ b/mode-line-maker.el
@@ -254,7 +254,7 @@ for the prefix and the suffix."
It takes care of truncating the left part, the right part or both
depending on the 'mode-line-maker-truncation-rule'. ALIGNMENT can be
specified to replace the default 'mode-line-maker-alignment'. PIXELWISE
-specified whether pixel perfect alignment shoudl be computed (slower)."
+specified whether pixel perfect alignment should be computed (slower)."
(let* ((right (format-mode-line right))
(right-width (string-width right))