From: Sami Kerola Date: Tue, 9 May 2017 18:10:48 +0000 (+0100) Subject: lib/mbsedit: fix typo in comment X-Git-Tag: v2.30-rc1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6b0cbdd95ff30788cdb6afee707e20f0dd640b8;p=thirdparty%2Futil-linux.git lib/mbsedit: fix typo in comment Signed-off-by: Sami Kerola --- 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.