diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 17:03:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-22 17:03:28 -0400 |
commit | 114e20e9485a97eeefffd07061db9a2290a541a4 (patch) | |
tree | 451bcd7d3cb2c3b27880624f6957733cec120de7 /debian | |
parent | cbddb5a4b8e0e2fb63886ad9d1cf8a087cdb83b1 (diff) | |
download | ikiwiki-114e20e9485a97eeefffd07061db9a2290a541a4.tar ikiwiki-114e20e9485a97eeefffd07061db9a2290a541a4.tar.gz |
typo
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index b44d8923d..8238ad625 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,10 +2,10 @@ ikiwiki (2.55) UNRELEASED; urgency=low * remove: New plugin that adds the ability to remove pages via the web. (Sponsored by The TOVA Company.) - * All rcs backends need to implement rcs_remove, rcs_commitstaged, - and rcs_rename. (Done for svn, git). * rename: New plugin that adds the ability to rename pages via the web. (Sponsored by The TOVA Company.) (This one's for you, Kyle.) + * All rcs backends need to implement rcs_remove, rcs_commitstaged, + and rcs_rename. (Done for svn, git). * prefix_directives enabled in doc wiki, all preprocessor directives converted. (Simon McVittie) * editpage: Don't show attachments link when attachments are disabled. |