Fossil SCM
Minor spelling corrections. No change in functionality.
Commit
53754fff0c2707fa7da0c4b6f3c4c153fa70bb8bd9ad779a073a7af970c720d9
Parent
9413395f5b23066…
1 file changed
+2
-2
M
src/db.c
+2
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -3479,15 +3479,15 @@ | ||
| 3479 | 3479 | db_unset(zName/*works-like:"x"*/, iGlobal); |
| 3480 | 3480 | fossil_free(zName); |
| 3481 | 3481 | } |
| 3482 | 3482 | |
| 3483 | 3483 | /* |
| 3484 | -** Get a setting that is taylored to subsystem. The return value is | |
| 3484 | +** Get a setting that is tailored to subsystem. The return value is | |
| 3485 | 3485 | ** NULL if the setting does not exist, or a string obtained from mprintf() |
| 3486 | 3486 | ** if the setting is available. |
| 3487 | 3487 | ** |
| 3488 | -** The actual setting can be a comma-separated list of value of the form: | |
| 3488 | +** The actual setting can be a comma-separated list of values of the form: | |
| 3489 | 3489 | ** |
| 3490 | 3490 | ** * VALUE |
| 3491 | 3491 | ** * SUBSYSTEM=VALUE |
| 3492 | 3492 | ** |
| 3493 | 3493 | ** A VALUE without the SUBSYSTEM= prefix is the default. This routine |
| 3494 | 3494 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3479,15 +3479,15 @@ | |
| 3479 | db_unset(zName/*works-like:"x"*/, iGlobal); |
| 3480 | fossil_free(zName); |
| 3481 | } |
| 3482 | |
| 3483 | /* |
| 3484 | ** Get a setting that is taylored to subsystem. The return value is |
| 3485 | ** NULL if the setting does not exist, or a string obtained from mprintf() |
| 3486 | ** if the setting is available. |
| 3487 | ** |
| 3488 | ** The actual setting can be a comma-separated list of value of the form: |
| 3489 | ** |
| 3490 | ** * VALUE |
| 3491 | ** * SUBSYSTEM=VALUE |
| 3492 | ** |
| 3493 | ** A VALUE without the SUBSYSTEM= prefix is the default. This routine |
| 3494 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3479,15 +3479,15 @@ | |
| 3479 | db_unset(zName/*works-like:"x"*/, iGlobal); |
| 3480 | fossil_free(zName); |
| 3481 | } |
| 3482 | |
| 3483 | /* |
| 3484 | ** Get a setting that is tailored to subsystem. The return value is |
| 3485 | ** NULL if the setting does not exist, or a string obtained from mprintf() |
| 3486 | ** if the setting is available. |
| 3487 | ** |
| 3488 | ** The actual setting can be a comma-separated list of values of the form: |
| 3489 | ** |
| 3490 | ** * VALUE |
| 3491 | ** * SUBSYSTEM=VALUE |
| 3492 | ** |
| 3493 | ** A VALUE without the SUBSYSTEM= prefix is the default. This routine |
| 3494 |