diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-28 20:53:51 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-28 20:53:51 +0000 |
commit | 7fa31b00b798c8d3fb9c64f47651b09b3352eca1 (patch) | |
tree | 3addbbfc8fcd216dffbed3bf0867620b751a8ce2 /doc | |
parent | 0cea469b36c95a69c24ceaf752384d75be6dafd3 (diff) | |
download | ikiwiki-7fa31b00b798c8d3fb9c64f47651b09b3352eca1.tar ikiwiki-7fa31b00b798c8d3fb9c64f47651b09b3352eca1.tar.gz |
fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/strange_hook_id_in_skeleton.pm.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn b/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn index ddca7fc63..5e96acf60 100644 --- a/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn +++ b/doc/bugs/strange_hook_id_in_skeleton.pm.mdwn @@ -1,3 +1,5 @@ hook(type => "savestate", id => "savestate", call => \&savestate); -Shouldn't that id be "skeleton", like all the other ids? --Ethan
\ No newline at end of file +Shouldn't that id be "skeleton", like all the other ids? --Ethan + +[[done]] |