Fossil SCM

typos

jan.nijtmans 2014-09-21 19:40 trunk
Commit b2a4b66f4bc4ac46dbb8dec5c4eae06e8be896bf
2 files changed +1 -1 +1 -1
+1 -1
--- src/cache.c
+++ src/cache.c
@@ -236,11 +236,11 @@
236236
** Manage the cache used for potentially expensive web pages such as
237237
** /zip and /tarball. SUBCOMMAND an be:
238238
**
239239
** clear Remove all entries from the cache.
240240
**
241
-** init Create the cache file it it does not already exists.
241
+** init Create the cache file if it does not already exists.
242242
**
243243
** list|ls List the keys and content sizes and other stats for
244244
** all entries currently in the cache
245245
**
246246
** status Show a summary of cache status.
247247
--- 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 @@
7979
url_prompt_for_password();
8080
zPw = g.url.passwd;
8181
}
8282
8383
/* 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.
8585
*/
8686
/* fossil_print("\nzPw=[%s]\n", zPw); // TESTING ONLY */
8787
if( zPw && zPw[0] ) zPw = sha1_shared_secret(zPw, zLogin, 0);
8888
8989
blob_append(&pw, zPw, -1);
9090
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button