changeset 47763:da8405c812f2

(Fformat_time_string): Doc fix.
author Markus Rost <rost@math.uni-bielefeld.de>
date Sat, 05 Oct 2002 04:31:40 +0000
parents aa5414c0e056
children ce6344b68d1c
files src/editfns.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/editfns.c	Sat Oct 05 04:08:13 2002 +0000
+++ b/src/editfns.c	Sat Oct 05 04:31:40 2002 +0000
@@ -1450,8 +1450,8 @@
 Certain flags and modifiers are available with some format controls.
 The flags are `_', `-', `^' and `#'.  For certain characters X,
 %_X is like %X, but padded with blanks; %-X is like %X,
-ut without padding.  %^X is like %X but with all textual
-characters up-cased; %#X is like %X but with letter-case of
+but without padding.  %^X is like %X, but with all textual
+characters up-cased; %#X is like %X, but with letter-case of
 all textual characters reversed.
 %NX (where N stands for an integer) is like %X,
 but takes up at least N (a number) positions.