diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-06 12:27:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-06 12:27:57 -0400 |
commit | c1687b1f1e13ce4acbe9aa8ad162918c78681a84 (patch) | |
tree | 3b86200186051989b86d7431da1fa0c14b82745a | |
parent | 69108f446ffe450983d188bf5ae94e6156bf4a17 (diff) |
typo
-rw-r--r-- | debian/NEWS | 2 | ||||
-rw-r--r-- | doc/news/version_2.49.mdwn | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/NEWS b/debian/NEWS index d3597ebb4..80da496fb 100644 --- a/debian/NEWS +++ b/debian/NEWS @@ -1,6 +1,6 @@ ikiwiki (2.49) unstable; urgency=low - The search plugin no longer uses hyperestrair. Instead, to use it you + The search plugin no longer uses hyperestraier. Instead, to use it you will now need to install xapian-omega, and the Search::Xapian, HTML::Scrubber, and Digest::SHA1 perl modules. Ie, `apt-get install xapian-omega libsearch-xapian-perl libhtml-scrubber-perl libdigest-sha1-perl` diff --git a/doc/news/version_2.49.mdwn b/doc/news/version_2.49.mdwn index 36bfa315c..4c95b50dd 100644 --- a/doc/news/version_2.49.mdwn +++ b/doc/news/version_2.49.mdwn @@ -1,6 +1,6 @@ News for ikiwiki 2.49: - The search plugin no longer uses hyperestrair. Instead, to use it you + The search plugin no longer uses hyperestraier. Instead, to use it you will now need to install xapian-omega, and the [[cpan Search::Xapian]], [[cpan HTML::Scrubber]], and [[cpan Digest::SHA1]] perl modules. Ie, `apt-get install xapian-omega libsearch-xapian-perl libhtml-scrubber-perl libdigest-sha1-perl` |