]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lib/mbsedit: fix typo in comment
authorSami Kerola <kerolasa@iki.fi>
Tue, 9 May 2017 18:10:48 +0000 (19:10 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 10 May 2017 08:53:28 +0000 (10:53 +0200)
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
lib/mbsedit.c

index 2f322aacdea7fd5a4e9688ff034f604f0079b07d..d464358fc2a33fe564e30d77c4278d7ab3e13888 100644 (file)
@@ -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.