This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [doc] Re: [RFC] s/preceed/precede/


> Great. I forgot to mention that two of these typos are in error
> messages. One related to the break-range command:
> 
> -    error (_("Invalid address range, end preceeds start."));
> +    error (_("Invalid address range, end precedes start."));
> 
> and the other related to the find command:
> 
> -       error (_("Invalid search space, end preceeds start."));
> +       error (_("Invalid search space, end precedes start."));
> 
> Does it matter? I guess not, since we only support parseable output in
> the MI.

I also think that it's better to fix this...

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]