mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-23 14:36:16 +02:00
Fix spelling of 'immutable' in documentation.
This commit is contained in:
parent
60c0149721
commit
fe174d72a2
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ struct LocalStoreConfig : virtual LocalFSStoreConfig
|
|||
database is on a read-only filesystem.
|
||||
|
||||
Enable read-only mode to disable locking and open the SQLite database with the
|
||||
**imutable** parameter set. Do not use this unless the filesystem is read-only.
|
||||
**immutable** parameter set. Do not use this unless the filesystem is read-only.
|
||||
Using it when the filesystem is writable can cause incorrect query results or
|
||||
corruption errors if the database is changed by another process.
|
||||
)"};
|
||||
|
|
Loading…
Reference in a new issue