]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/optimising_ikiwiki.mdwn
typo fixed
[git.ikiwiki.info.git] / doc / tips / optimising_ikiwiki.mdwn
index 0c67e606ce2a65a3b5205134f4580eefc70108c6..2999573ac1b15a66afba0246512a3cfa5da6fe8a 100644 (file)
@@ -207,7 +207,7 @@ The best way to do it is:
 
 * Install [[!cpan Devel::NYTProf]]
 * `PERL5OPT=-d:NYTProf`
-* `export PER5OPT`
+* `export PERL5OPT`
 * Now run ikiwiki as usual, and it will generate a `nytprof.out` file.
 * Run `nytprofhtml` to generate html files.
 * Those can be examined to see what parts of ikiwiki are being slow.