tweaks: correct a typo, improve two indentations, and rewrap a line
This commit is contained in:
parent
a0506a15ee
commit
2b97d6563d
@ -173,7 +173,7 @@ int do_statusbar_input(bool *finished)
|
||||
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)
|
||||
{
|
||||
/* First encode any embedded NUL byte as 0x0A. */
|
||||
|
||||
@ -3145,8 +3145,7 @@ void do_verbatim_input(void)
|
||||
char *bytes;
|
||||
size_t count;
|
||||
|
||||
/* TRANSLATORS: This is displayed when the next keystroke will be
|
||||
* inserted verbatim. */
|
||||
/* TRANSLATORS: Shown when the next keystroke will be inserted verbatim. */
|
||||
statusbar(_("Verbatim Input"));
|
||||
place_the_cursor();
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user