Fossil SCM
Minor correction to comment, no functional changes.
Commit
281c67c41dd919567d0051c48b7b1cae060f8e63
Parent
7d257deae2398e1…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -1887,11 +1887,11 @@ | ||
| 1887 | 1887 | ** |
| 1888 | 1888 | ** Return the text of the string if it is found. Return NULL if not |
| 1889 | 1889 | ** found. |
| 1890 | 1890 | ** |
| 1891 | 1891 | ** If the zNonVersionedSetting parameter is not NULL then it holds the |
| 1892 | -** non-versioned value for this setting. If both a versioned and ad | |
| 1892 | +** non-versioned value for this setting. If both a versioned and a | |
| 1893 | 1893 | ** non-versioned value exist and are not equal, then a warning message |
| 1894 | 1894 | ** might be generated. |
| 1895 | 1895 | */ |
| 1896 | 1896 | char *db_get_versioned(const char *zName, char *zNonVersionedSetting){ |
| 1897 | 1897 | char *zVersionedSetting = 0; |
| 1898 | 1898 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1887,11 +1887,11 @@ | |
| 1887 | ** |
| 1888 | ** Return the text of the string if it is found. Return NULL if not |
| 1889 | ** found. |
| 1890 | ** |
| 1891 | ** If the zNonVersionedSetting parameter is not NULL then it holds the |
| 1892 | ** non-versioned value for this setting. If both a versioned and ad |
| 1893 | ** non-versioned value exist and are not equal, then a warning message |
| 1894 | ** might be generated. |
| 1895 | */ |
| 1896 | char *db_get_versioned(const char *zName, char *zNonVersionedSetting){ |
| 1897 | char *zVersionedSetting = 0; |
| 1898 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -1887,11 +1887,11 @@ | |
| 1887 | ** |
| 1888 | ** Return the text of the string if it is found. Return NULL if not |
| 1889 | ** found. |
| 1890 | ** |
| 1891 | ** If the zNonVersionedSetting parameter is not NULL then it holds the |
| 1892 | ** non-versioned value for this setting. If both a versioned and a |
| 1893 | ** non-versioned value exist and are not equal, then a warning message |
| 1894 | ** might be generated. |
| 1895 | */ |
| 1896 | char *db_get_versioned(const char *zName, char *zNonVersionedSetting){ |
| 1897 | char *zVersionedSetting = 0; |
| 1898 |