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. database is on a read-only filesystem.
Enable read-only mode to disable locking and open the SQLite database with the 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 Using it when the filesystem is writable can cause incorrect query results or
corruption errors if the database is changed by another process. corruption errors if the database is changed by another process.
)"}; )"};