Fossil SCM
Fix a typo in a comment in cache.c.
Commit
ca1e4ed3d62adc041fbc4867badfa6964fa416e0
Parent
c7117ab458bd01c…
1 file changed
+1
-1
+1
-1
| --- src/cache.c | ||
| +++ src/cache.c | ||
| @@ -252,11 +252,11 @@ | ||
| 252 | 252 | ** all entries currently in the cache |
| 253 | 253 | ** |
| 254 | 254 | ** status Show a summary of cache status. |
| 255 | 255 | ** |
| 256 | 256 | ** The cache is stored in a file that is distinct from the repository |
| 257 | -** but that is held in the same directory as the repository. To cache | |
| 257 | +** but that is held in the same directory as the repository. The cache | |
| 258 | 258 | ** file can be deleted in order to completely disable the cache. |
| 259 | 259 | */ |
| 260 | 260 | void cache_cmd(void){ |
| 261 | 261 | const char *zCmd; |
| 262 | 262 | int nCmd; |
| 263 | 263 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -252,11 +252,11 @@ | |
| 252 | ** all entries currently in the cache |
| 253 | ** |
| 254 | ** status Show a summary of cache status. |
| 255 | ** |
| 256 | ** The cache is stored in a file that is distinct from the repository |
| 257 | ** but that is held in the same directory as the repository. To cache |
| 258 | ** file can be deleted in order to completely disable the cache. |
| 259 | */ |
| 260 | void cache_cmd(void){ |
| 261 | const char *zCmd; |
| 262 | int nCmd; |
| 263 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -252,11 +252,11 @@ | |
| 252 | ** all entries currently in the cache |
| 253 | ** |
| 254 | ** status Show a summary of cache status. |
| 255 | ** |
| 256 | ** The cache is stored in a file that is distinct from the repository |
| 257 | ** but that is held in the same directory as the repository. The cache |
| 258 | ** file can be deleted in order to completely disable the cache. |
| 259 | */ |
| 260 | void cache_cmd(void){ |
| 261 | const char *zCmd; |
| 262 | int nCmd; |
| 263 |