Merge pull request #91 from gdrooid/master

Fixed 2 small typos
This commit is contained in:
BoySka 2013-05-30 01:45:55 -07:00
commit f872f9f3d3

2
tomb
View File

@ -1527,7 +1527,7 @@ index_tombs() {
{ test -r ${tombmount}/.noindex } && { { test -r ${tombmount}/.noindex } && {
say "skipping $tombname (.noindex found)" say "skipping $tombname (.noindex found)"
continue } continue }
say "sndexing $tombname" say "indexing $tombname"
updatedb -l 0 -o ${tombmount}/.updatedb -U ${tombmount} updatedb -l 0 -o ${tombmount}/.updatedb -U ${tombmount}
say "search index updated" say "search index updated"
done done