Fossil SCM
typos
Commit
b2a4b66f4bc4ac46dbb8dec5c4eae06e8be896bf
Parent
51937b72826092c…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/cache.c | ||
| +++ src/cache.c | ||
| @@ -236,11 +236,11 @@ | ||
| 236 | 236 | ** Manage the cache used for potentially expensive web pages such as |
| 237 | 237 | ** /zip and /tarball. SUBCOMMAND an be: |
| 238 | 238 | ** |
| 239 | 239 | ** clear Remove all entries from the cache. |
| 240 | 240 | ** |
| 241 | -** init Create the cache file it it does not already exists. | |
| 241 | +** init Create the cache file if it does not already exists. | |
| 242 | 242 | ** |
| 243 | 243 | ** list|ls List the keys and content sizes and other stats for |
| 244 | 244 | ** all entries currently in the cache |
| 245 | 245 | ** |
| 246 | 246 | ** status Show a summary of cache status. |
| 247 | 247 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -236,11 +236,11 @@ | |
| 236 | ** Manage the cache used for potentially expensive web pages such as |
| 237 | ** /zip and /tarball. SUBCOMMAND an be: |
| 238 | ** |
| 239 | ** clear Remove all entries from the cache. |
| 240 | ** |
| 241 | ** init Create the cache file it it does not already exists. |
| 242 | ** |
| 243 | ** list|ls List the keys and content sizes and other stats for |
| 244 | ** all entries currently in the cache |
| 245 | ** |
| 246 | ** status Show a summary of cache status. |
| 247 |
| --- src/cache.c | |
| +++ src/cache.c | |
| @@ -236,11 +236,11 @@ | |
| 236 | ** Manage the cache used for potentially expensive web pages such as |
| 237 | ** /zip and /tarball. SUBCOMMAND an be: |
| 238 | ** |
| 239 | ** clear Remove all entries from the cache. |
| 240 | ** |
| 241 | ** init Create the cache file if it does not already exists. |
| 242 | ** |
| 243 | ** list|ls List the keys and content sizes and other stats for |
| 244 | ** all entries currently in the cache |
| 245 | ** |
| 246 | ** status Show a summary of cache status. |
| 247 |
+1
-1
| --- src/http.c | ||
| +++ src/http.c | ||
| @@ -79,11 +79,11 @@ | ||
| 79 | 79 | url_prompt_for_password(); |
| 80 | 80 | zPw = g.url.passwd; |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | 83 | /* The login card wants the SHA1 hash of the password, so convert the |
| 84 | - ** password to its SHA1 hash it it isn't already a SHA1 hash. | |
| 84 | + ** password to its SHA1 hash if it isn't already a SHA1 hash. | |
| 85 | 85 | */ |
| 86 | 86 | /* fossil_print("\nzPw=[%s]\n", zPw); // TESTING ONLY */ |
| 87 | 87 | if( zPw && zPw[0] ) zPw = sha1_shared_secret(zPw, zLogin, 0); |
| 88 | 88 | |
| 89 | 89 | blob_append(&pw, zPw, -1); |
| 90 | 90 |
| --- src/http.c | |
| +++ src/http.c | |
| @@ -79,11 +79,11 @@ | |
| 79 | url_prompt_for_password(); |
| 80 | zPw = g.url.passwd; |
| 81 | } |
| 82 | |
| 83 | /* The login card wants the SHA1 hash of the password, so convert the |
| 84 | ** password to its SHA1 hash it it isn't already a SHA1 hash. |
| 85 | */ |
| 86 | /* fossil_print("\nzPw=[%s]\n", zPw); // TESTING ONLY */ |
| 87 | if( zPw && zPw[0] ) zPw = sha1_shared_secret(zPw, zLogin, 0); |
| 88 | |
| 89 | blob_append(&pw, zPw, -1); |
| 90 |
| --- src/http.c | |
| +++ src/http.c | |
| @@ -79,11 +79,11 @@ | |
| 79 | url_prompt_for_password(); |
| 80 | zPw = g.url.passwd; |
| 81 | } |
| 82 | |
| 83 | /* The login card wants the SHA1 hash of the password, so convert the |
| 84 | ** password to its SHA1 hash if it isn't already a SHA1 hash. |
| 85 | */ |
| 86 | /* fossil_print("\nzPw=[%s]\n", zPw); // TESTING ONLY */ |
| 87 | if( zPw && zPw[0] ) zPw = sha1_shared_secret(zPw, zLogin, 0); |
| 88 | |
| 89 | blob_append(&pw, zPw, -1); |
| 90 |