]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
typo fixed
authorsvetlana <svetlana@web>
Sat, 3 Feb 2018 00:44:51 +0000 (20:44 -0400)
committeradmin <admin@branchable.com>
Sat, 3 Feb 2018 00:44:51 +0000 (20:44 -0400)
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.