]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://salas.livejournal.com/ <http://salas.livejournal.com/@web>
Tue, 5 Jan 2010 04:33:34 +0000 (04:33 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Tue, 5 Jan 2010 04:33:34 +0000 (04:33 +0000)
doc/tips/optimising_ikiwiki.mdwn

index cf166998bb8060498222768084d2d774e038e173..5840f2eba3b6f0165a13ced180dce0dd8efc93d5 100644 (file)
@@ -168,7 +168,7 @@ Finally, let's think about how huge number of pages can affect ikiwiki.
   quickly, but still, lots more pages will make PageSpecs more expensive.
 
 * The backlinks calculation has to consider every link on every page
-  in the wiki. (In practice, most pages only like to at most a few dozen
+  in the wiki. (In practice, most pages only link to at most a few dozen
   other pages, so this is not a `O(N^2)`, but closer to `O(N)`.)
 
 * Ikiwiki also reads and writes an `index` file, which contains information