1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 11:11:03 -04:00

Fix spelling of 'immutable' in documentation.

This commit is contained in:
Ben Radford 2023-05-18 13:44:39 +01:00
parent 60c0149721
commit fe174d72a2
No known key found for this signature in database
GPG key ID: 9DF5D4640AB888D5

View file

@ -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.
)"};