Fossil SCM

Remove malplaced period from the middle of a sentence.

andybradford 2014-02-01 19:24 trunk
Commit 4c8a3fb2b716ed9db13fed7738983c367fbd5330
1 file changed +1 -1
+1 -1
--- src/stash.c
+++ src/stash.c
@@ -168,11 +168,11 @@
168168
blob_zero(&prompt);
169169
#endif
170170
blob_append(&prompt,
171171
"\n"
172172
"# 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"
174174
"# newlines are not preserved.\n",
175175
-1);
176176
prompt_for_user_comment(&comment, &prompt);
177177
blob_reset(&prompt);
178178
zComment = blob_str(&comment);
179179
--- 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

Keyboard Shortcuts

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