(corrected bug in inline autotitle description)
authorchrysn <chrysn@fsfe.org>
Tue, 24 Mar 2009 08:20:18 +0000 (09:20 +0100)
committerchrysn <chrysn@fsfe.org>
Tue, 24 Mar 2009 08:20:18 +0000 (09:20 +0100)
doc/todo/inline_autotitles.mdwn

index afc726c48313e6282e76666d809410096cd6ae01..4c45ebf00e48769084487d26d3b3d0193f2fd1e3 100644 (file)
@@ -14,14 +14,14 @@ permitted (both for autotitle and regular titles, as they go in the same GET
 parameter, `title`). as the empty page title is illegal, munging is used,
 resulting in ascending numeric page titles to be created.
 
-the second patch is actually a one-liner, filtering the title through sprintf.
+the second patch is actually a one-liner, filtering the title through strftime.
 
 ### potential user interaction issues
 
 this has two side effects which have to be considered: first, the empty page
 title is accepted also in normal postforms (previously, this resulted in a "bad
 page name" error); second, entering a percent sign in that field might result
-in unexpexted sprintf substitution (sprintf might not even substitute for
+in unexpexted strftime substitution (strftime might not even substitute for
 common uses of percent as in "reach 10% market share", but might in others as
 in "the 10%-rule").