From c6b0cbdd95ff30788cdb6afee707e20f0dd640b8 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Tue, 9 May 2017 19:10:48 +0100 Subject: [PATCH] lib/mbsedit: fix typo in comment Signed-off-by: Sami Kerola --- lib/mbsedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mbsedit.c b/lib/mbsedit.c index 2f322aacde..d464358fc2 100644 --- a/lib/mbsedit.c +++ b/lib/mbsedit.c @@ -1,6 +1,6 @@ /* * Very simple multibyte buffer editor. Allows to maintaine the current - * possition in the string, add and remove chars on the current possition. + * position in the string, add and remove chars on the current position. * * This file may be distributed under the terms of the * GNU Lesser General Public License. -- 2.47.3