Fossil SCM
Comment typo fix.
Commit
af574ca3ad58c6155e0c753f4aa434b8f6c7b208
Parent
0fb54e5afe2a60e…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2271,11 +2271,11 @@ | ||
| 2271 | 2271 | |
| 2272 | 2272 | /* |
| 2273 | 2273 | ** Get the manifest setting. For backwards compatibility first check if the |
| 2274 | 2274 | ** value is a boolean. If it's not a boolean, treat each character as a flag |
| 2275 | 2275 | ** to enable a manifest type. This system puts certain boundary conditions on |
| 2276 | -** which letters can be used to represent flags (any permutation fo flags must | |
| 2276 | +** which letters can be used to represent flags (any permutation of flags must | |
| 2277 | 2277 | ** not be able to fully form one of the boolean values). |
| 2278 | 2278 | */ |
| 2279 | 2279 | int db_get_manifest_setting(void){ |
| 2280 | 2280 | int flg; |
| 2281 | 2281 | char *zNVVal = db_get("manifest", "off"); |
| 2282 | 2282 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2271,11 +2271,11 @@ | |
| 2271 | |
| 2272 | /* |
| 2273 | ** Get the manifest setting. For backwards compatibility first check if the |
| 2274 | ** value is a boolean. If it's not a boolean, treat each character as a flag |
| 2275 | ** to enable a manifest type. This system puts certain boundary conditions on |
| 2276 | ** which letters can be used to represent flags (any permutation fo flags must |
| 2277 | ** not be able to fully form one of the boolean values). |
| 2278 | */ |
| 2279 | int db_get_manifest_setting(void){ |
| 2280 | int flg; |
| 2281 | char *zNVVal = db_get("manifest", "off"); |
| 2282 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2271,11 +2271,11 @@ | |
| 2271 | |
| 2272 | /* |
| 2273 | ** Get the manifest setting. For backwards compatibility first check if the |
| 2274 | ** value is a boolean. If it's not a boolean, treat each character as a flag |
| 2275 | ** to enable a manifest type. This system puts certain boundary conditions on |
| 2276 | ** which letters can be used to represent flags (any permutation of flags must |
| 2277 | ** not be able to fully form one of the boolean values). |
| 2278 | */ |
| 2279 | int db_get_manifest_setting(void){ |
| 2280 | int flg; |
| 2281 | char *zNVVal = db_get("manifest", "off"); |
| 2282 |