This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository terminology.
View the commit online.
commit b7b47633fbea04e482db3be728ac31f0961ac910
Author: Robert Wiley <y...@bodhilinux.com>
AuthorDate: Thu Feb 13 06:01:45 2025 -0500
Spelling error in termptyesc.c
---
src/bin/termptyesc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 4874ab8b..018deda6 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -541,7 +541,7 @@ _handle_esc_csi_reset_mode(Termpty *ty, Eina_Unicode cc, Eina_Unicode *b,
ty->bracketed_paste = mode;
break;
case 7700: // ignore
- WRN("TODO: ambigous width reporting %i", mode);
+ WRN("TODO: ambiguous width reporting %i", mode);
ty->decoding_error = EINA_TRUE;
break;
case 7727:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.