diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 19:38:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-23 19:38:09 -0400 |
commit | c9961ab1e920932a9ae0a243c919d0562fae3f95 (patch) | |
tree | 010f7c1450f4b12fa43f9b36a0d13b0ec1b2063a /IkiWiki/Rcs | |
parent | 762bf0b887743db0267a50852c2eb3eaa8fb8042 (diff) |
add todo
Diffstat (limited to 'IkiWiki/Rcs')
-rw-r--r-- | IkiWiki/Rcs/Stub.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Rcs/Stub.pm b/IkiWiki/Rcs/Stub.pm index 43a2f2029..04ba5f028 100644 --- a/IkiWiki/Rcs/Stub.pm +++ b/IkiWiki/Rcs/Stub.pm @@ -57,7 +57,7 @@ sub rcs_rename ($$) { # prepare it for when rcs_commit is called. # The new filename may be in a new subdir, that is not yet added to # version control. If so, the subdir will exist already, and should - # be added. + # be added to revision control. } sub rcs_recentchanges ($) { |