Fossil SCM
tiny doc typo fix.
Commit
487b39081d6787f7d5de893670d01c662d42e4f11e78ef73cc47427bb5395e92
Parent
c94f6085489effe…
1 file changed
+1
-1
+1
-1
| --- src/cookies.c | ||
| +++ src/cookies.c | ||
| @@ -78,11 +78,11 @@ | ||
| 78 | 78 | char *zPValue; /* Value of that parameter */ |
| 79 | 79 | } aParam[COOKIE_NPARAM]; |
| 80 | 80 | } cookies; |
| 81 | 81 | |
| 82 | 82 | /* Initialize this module by parsing the content of the cookie named |
| 83 | -** by zCookieName | |
| 83 | +** by DISPLAY_SETTINGS_COOKIE | |
| 84 | 84 | */ |
| 85 | 85 | void cookie_parse(void){ |
| 86 | 86 | char *z; |
| 87 | 87 | if( cookies.bIsInit ) return; |
| 88 | 88 | z = (char*)P(DISPLAY_SETTINGS_COOKIE); |
| 89 | 89 |
| --- src/cookies.c | |
| +++ src/cookies.c | |
| @@ -78,11 +78,11 @@ | |
| 78 | char *zPValue; /* Value of that parameter */ |
| 79 | } aParam[COOKIE_NPARAM]; |
| 80 | } cookies; |
| 81 | |
| 82 | /* Initialize this module by parsing the content of the cookie named |
| 83 | ** by zCookieName |
| 84 | */ |
| 85 | void cookie_parse(void){ |
| 86 | char *z; |
| 87 | if( cookies.bIsInit ) return; |
| 88 | z = (char*)P(DISPLAY_SETTINGS_COOKIE); |
| 89 |
| --- src/cookies.c | |
| +++ src/cookies.c | |
| @@ -78,11 +78,11 @@ | |
| 78 | char *zPValue; /* Value of that parameter */ |
| 79 | } aParam[COOKIE_NPARAM]; |
| 80 | } cookies; |
| 81 | |
| 82 | /* Initialize this module by parsing the content of the cookie named |
| 83 | ** by DISPLAY_SETTINGS_COOKIE |
| 84 | */ |
| 85 | void cookie_parse(void){ |
| 86 | char *z; |
| 87 | if( cookies.bIsInit ) return; |
| 88 | z = (char*)P(DISPLAY_SETTINGS_COOKIE); |
| 89 |