Fossil SCM
Remove malplaced period from the middle of a sentence.
Commit
4c8a3fb2b716ed9db13fed7738983c367fbd5330
Parent
167b24c744258b7…
1 file changed
+1
-1
+1
-1
| --- src/stash.c | ||
| +++ src/stash.c | ||
| @@ -168,11 +168,11 @@ | ||
| 168 | 168 | blob_zero(&prompt); |
| 169 | 169 | #endif |
| 170 | 170 | blob_append(&prompt, |
| 171 | 171 | "\n" |
| 172 | 172 | "# Enter a description of what is being stashed. Lines beginning\n" |
| 173 | - "# with \"#\" are ignored. Stash comments are plain text except.\n" | |
| 173 | + "# with \"#\" are ignored. Stash comments are plain text except\n" | |
| 174 | 174 | "# newlines are not preserved.\n", |
| 175 | 175 | -1); |
| 176 | 176 | prompt_for_user_comment(&comment, &prompt); |
| 177 | 177 | blob_reset(&prompt); |
| 178 | 178 | zComment = blob_str(&comment); |
| 179 | 179 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -168,11 +168,11 @@ | |
| 168 | blob_zero(&prompt); |
| 169 | #endif |
| 170 | blob_append(&prompt, |
| 171 | "\n" |
| 172 | "# Enter a description of what is being stashed. Lines beginning\n" |
| 173 | "# with \"#\" are ignored. Stash comments are plain text except.\n" |
| 174 | "# newlines are not preserved.\n", |
| 175 | -1); |
| 176 | prompt_for_user_comment(&comment, &prompt); |
| 177 | blob_reset(&prompt); |
| 178 | zComment = blob_str(&comment); |
| 179 |
| --- src/stash.c | |
| +++ src/stash.c | |
| @@ -168,11 +168,11 @@ | |
| 168 | blob_zero(&prompt); |
| 169 | #endif |
| 170 | blob_append(&prompt, |
| 171 | "\n" |
| 172 | "# Enter a description of what is being stashed. Lines beginning\n" |
| 173 | "# with \"#\" are ignored. Stash comments are plain text except\n" |
| 174 | "# newlines are not preserved.\n", |
| 175 | -1); |
| 176 | prompt_for_user_comment(&comment, &prompt); |
| 177 | blob_reset(&prompt); |
| 178 | zComment = blob_str(&comment); |
| 179 |