tweaks: correct a typo, improve two indentations, and rewrap a line

master
Benno Schulenberg 2020-02-14 16:03:15 +01:00
parent a0506a15ee
commit 2b97d6563d
2 changed files with 4 additions and 5 deletions

View File

@ -173,7 +173,7 @@ int do_statusbar_input(bool *finished)
return input; return input;
} }
/* Insert the given short burst of bytes into the anwer. */ /* Insert the given short burst of bytes into the answer. */
void inject_into_answer(char *burst, size_t count) void inject_into_answer(char *burst, size_t count)
{ {
/* First encode any embedded NUL byte as 0x0A. */ /* First encode any embedded NUL byte as 0x0A. */

View File

@ -3145,8 +3145,7 @@ void do_verbatim_input(void)
char *bytes; char *bytes;
size_t count; size_t count;
/* TRANSLATORS: This is displayed when the next keystroke will be /* TRANSLATORS: Shown when the next keystroke will be inserted verbatim. */
* inserted verbatim. */
statusbar(_("Verbatim Input")); statusbar(_("Verbatim Input"));
place_the_cursor(); place_the_cursor();