mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-22 20:31:15 -03:00
Fixed two small spelling mistakes
- Saw these during normal usage today. "parens" or "parenthesis" was spelled as "parans". Fixed two instances of this to "parenthesis".
This commit is contained in:
@@ -2681,7 +2681,7 @@ int parser_t::parser_test_argument( const wchar_t *arg, wcstring *out, const wch
|
||||
{
|
||||
error( SYNTAX_ERROR,
|
||||
offset,
|
||||
L"Mismatched parans" );
|
||||
L"Mismatched parenthesis" );
|
||||
this->print_errors( *out, prefix);
|
||||
}
|
||||
free( arg_cpy );
|
||||
|
||||
Reference in New Issue
Block a user