From d96a4c670fc33b6bce5399a63e866224d8541043 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 22 Feb 2026 13:55:39 +0100 Subject: m fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/passphrase.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/passphrase.h') diff --git a/src/passphrase.h b/src/passphrase.h index 7f02c09..6379d1c 100644 --- a/src/passphrase.h +++ b/src/passphrase.h @@ -30,7 +30,7 @@ /** - * `passphrase_read2` shall not do any thing + * `passphrase_read2` shall not do anything * special, just accept the passphrase. This should * be used when getting authentication. * Should not be combined with `PASSPHRASE_READ_NEW`. @@ -38,9 +38,9 @@ #define PASSPHRASE_READ_EXISTING 0 /** - * `passphrase_read2` shall draw a pasphrase + * `passphrase_read2` shall draw a passphrase * strength meter if such capability is - * available. This should be used when create + * available. This should be used when creating * a new passphrase. * Should not be combined with `PASSPHRASE_READ_EXISTING`. */ @@ -48,10 +48,10 @@ /** * `passphrase_read2` may do as it please with the - * the screen. This is only used if combined with + * screen. This is only used if combined with * `PASSPHRASE_READ_NEW` and not with * `PASSPHRASE_READ_BELOW_FREE`. `passphrase_read2` - * will create make a line below the new current + * will create a line below the current * line and use that line to draw the passphrase * strength meter if such capability is available. */ @@ -108,7 +108,7 @@ void passphrase_wipe(char*, size_t); void passphrase_wipe1(char*); /** - * Disable echoing and do anything else to the terminal settnings `passphrase_read` requires + * Disable echoing and do anything else to the terminal settings `passphrase_read` requires */ PASSPHRASE_DEPRECATED("Please use 'passphrase_disable_echo1' instead.") void passphrase_disable_echo(void); @@ -120,7 +120,7 @@ PASSPHRASE_DEPRECATED("Please use 'passphrase_reenable_echo1' instead.") void passphrase_reenable_echo(void); /** - * Disable echoing and do anything else to the terminal settnings `passphrase_read2` requires + * Disable echoing and do anything else to the terminal settings `passphrase_read2` requires * * @param fdin File descriptor for input */ -- cgit v1.2.3-70-g09d2