diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-05 17:03:16 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-05 17:03:16 -0400 |
commit | 031d1bf5046ab77c796477a19967e7c0c512c417 (patch) | |
tree | f7a182c838d67fc54315a86f1bade7c1d9476c2d /IkiWiki/Plugin | |
parent | a4df28f42a96a2412665fc9aeeccc93a160d02f3 (diff) |
use among limit for correctness
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/pagestats.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/pagestats.pm b/IkiWiki/Plugin/pagestats.pm index 00b919325..0765c1cfa 100644 --- a/IkiWiki/Plugin/pagestats.pm +++ b/IkiWiki/Plugin/pagestats.pm @@ -39,7 +39,7 @@ sub preprocess (@) { add_depends($params{page}, $params{pages}, exists => 1); # Also needs to update when any page with links changes, # in case the links point to our displayed pages. - # (Amoung limits this further.) + # (Among limits this further.) add_depends($params{page}, exists $params{among} ? $params{among} : "*", links => 1); |