summaryrefslogtreecommitdiff
path: root/doc/plugins/write
diff options
context:
space:
mode:
authorhttp://nikolai.prokoschenko.de/ <http://nikolai.prokoschenko.de/@web>2008-09-08 10:41:59 -0400
committerJoey Hess <joey@kitenet.net>2008-09-08 10:41:59 -0400
commitd9a099fe8201a8637fb71fef2ac7c9234e5feb16 (patch)
tree9318dc3ebc3042340610c0f1b5d5fbd4003d4625 /doc/plugins/write
parente9f86458bc4966ed92cf8bdf256b393aa641530f (diff)
typo
Diffstat (limited to 'doc/plugins/write')
-rw-r--r--doc/plugins/write/tutorial.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/write/tutorial.mdwn b/doc/plugins/write/tutorial.mdwn
index 977849cf2..e1b34b800 100644
--- a/doc/plugins/write/tutorial.mdwn
+++ b/doc/plugins/write/tutorial.mdwn
@@ -116,7 +116,7 @@ a page that uses fib. Now the inlined page will have one set of numbers,
and the standalone page another. The numbers might even skip over part of
the sequence in some cases.
-Obviously, using a global `$last` veriable was a bad idea. It would
+Obviously, using a global `$last` variable was a bad idea. It would
work ok in a more regular cgi-based wiki, which only outputs one page per
run. But since ikiwiki is a wiki *compiler*, things are a bit more
complicated. It's not very hard to fix, though, if we do want the sequence