On Fri, Dec 23, 2022 at 10:33:43AM -0500, Paul Tagliamonte wrote:
> Index: usr.bin/mg/search.c
> ===================================================================
> RCS file: /cvs/src/usr.bin/mg/search.c,v
> retrieving revision 1.48
> diff -u -p -r1.48 search.c
> --- usr.bin/mg/search.c       20 Oct 2022 18:59:24 -0000      1.48
> +++ usr.bin/mg/search.c       23 Dec 2022 15:20:48 -0000
> @@ -872,8 +872,8 @@ zapuptochar(int f, int n)
>  }
>  
>  /*
> - * Prompt for a charcter and deletes from the point up to, optionally
> - * including, the first instance of that charcters.  Marks is cleared
> + * Prompt for a character and deletes from the point up to, optionally
> + * including, the first instance of that characters.  Marks is cleared
>   * afterwards.
>   */
>  int

i changed "characters" to "character" here.
jmc

Reply via email to