diff --git a/src/INSTALL b/src/INSTALL index 7a8af00e..2399af66 100644 --- a/src/INSTALL +++ b/src/INSTALL @@ -557,7 +557,7 @@ Chapter 5. Installation and configuration A space-separated list of patterns for names of files or directories that should be ignored inside zip archives. This is used directly by the zip handler, and has a function similar to - skippedNames, but works independantly. Can be redefined for + skippedNames, but works independently. Can be redefined for filesystem subdirectories. For versions up to 1.19, you will need to update the Zip handler and install a supplementary Python module. The details are described on the Recoll wiki. diff --git a/src/README b/src/README index 176a7233..9dc0fe06 100644 --- a/src/README +++ b/src/README @@ -1020,7 +1020,7 @@ Chapter 3. Searching o White space in the entry should match white space in the file name, and is not treated specially. - o The search is insensitive to character case and accents, independantly + o The search is insensitive to character case and accents, independently of the type of index. o An entry without any wild card character and not capitalized will be @@ -2617,7 +2617,7 @@ Chapter 3. Searching o If you use a recent version of Ubuntu Linux, you may find the Ubuntu Unity Lens module useful. - o There is also an independantly developed Krunner plugin. + o There is also an independently developed Krunner plugin. Here follow a few other things that may help. @@ -3826,7 +3826,7 @@ Chapter 5. Installation and configuration A space-separated list of patterns for names of files or directories that should be ignored inside zip archives. This is used directly by the zip handler, and has a function similar to - skippedNames, but works independantly. Can be redefined for + skippedNames, but works independently. Can be redefined for filesystem subdirectories. For versions up to 1.19, you will need to update the Zip handler and install a supplementary Python module. The details are described on the Recoll wiki. diff --git a/src/doc/user/recoll.conf.xml b/src/doc/user/recoll.conf.xml index 14776ec1..b442218d 100644 --- a/src/doc/user/recoll.conf.xml +++ b/src/doc/user/recoll.conf.xml @@ -8,7 +8,7 @@ Space-separated list of files or directories to recursively index. Default to ~ (indexes $HOME). You can use symbolic links in the list, they will be followed, -independantly of the value of the followLinks variable. +independently of the value of the followLinks variable. monitordirs Space-separated list of files or directories to monitor for diff --git a/src/doc/user/usermanual.html b/src/doc/user/usermanual.html index a58d9441..fbea9846 100644 --- a/src/doc/user/usermanual.html +++ b/src/doc/user/usermanual.html @@ -1956,7 +1956,7 @@ recollindex -c "$confdir" by a script in the old queue location. The script is automatically executed by the Recoll indexer versions 1.23.5 and - newer. It could conceivably be executed independantly to + newer. It could conceivably be executed independently to make the new browser extension compatible with an older Recoll version (the script is named
  • The search is insensitive to character case and - accents, independantly of the type of index.

    + accents, independently of the type of index.

  • An entry without any wild card character and not @@ -5752,7 +5752,7 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r useful.

  • -

    There is also an independantly developed There is also an independently developed Krunner plugin.

    @@ -8370,7 +8370,7 @@ for i in range(nres):

    Space-separated list of files or directories to recursively index. Default to ~ (indexes $HOME). You can use symbolic links in the list, - they will be followed, independantly of the value + they will be followed, independently of the value of the followLinks variable.

    $HOME/Downloads ), then moved by a script in the old queue location. The script is automatically executed by the &RCL; indexer versions 1.23.5 and - newer. It could conceivably be executed independantly to make the new + newer. It could conceivably be executed independently to make the new browser extension compatible with an older &RCL; version (the script is named recoll-we-move-files.py). @@ -1934,7 +1934,7 @@ fs.inotify.max_user_watches=32768 space in the file name, and is not treated specially. The search is insensitive to character case and - accents, independantly of the type of index. + accents, independently of the type of index. An entry without any wild card character and not capitalized will be prepended and appended @@ -4423,7 +4423,7 @@ text/html [file:///Users/uncrypted-dockes/projets/bateaux/ilur/factEtCie/r Lens module useful. - There is also an independantly developed + There is also an independently developed Krunner plugin. diff --git a/src/sampleconf/recoll.conf b/src/sampleconf/recoll.conf index 384cabdb..55162764 100644 --- a/src/sampleconf/recoll.conf +++ b/src/sampleconf/recoll.conf @@ -17,7 +17,7 @@ # Space-separated list of files or # directories to recursively index.Default to ~ (indexes # $HOME). You can use symbolic links in the list, they will be followed, -# independantly of the value of the followLinks variable. +# independently of the value of the followLinks variable. topdirs = ~ # diff --git a/unac/builder.in b/unac/builder.in index 9d0ff1ac..bc62dc7d 100644 --- a/unac/builder.in +++ b/unac/builder.in @@ -366,7 +366,7 @@ sub source { # We push both the case-folded version of the unaccented char # and the case-folded version of the original one. This # makes the table a little bigger, but allows - # independantly unaccenting, folding or both + # independently unaccenting, folding or both #print "UNACFOLD "; if(exists($decomposition->{$code_value})) { my($cv);