From 52d66c5783d39a23027102c3087eac8ef1c0f02f Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 18 Nov 2024 16:28:49 +0300 Subject: fixed some common typos: "ie." and "eg.", "ocur" instead of "occur" --- src/parser.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/parser.h') diff --git a/src/parser.h b/src/parser.h index 53eb76b..3d69013 100644 --- a/src/parser.h +++ b/src/parser.h @@ -186,7 +186,7 @@ struct teco_state_t { teco_state_process_edit_cmd_cb_t process_edit_cmd_cb; /** - * Whether this state is a start state (ie. not within any + * Whether this state is a start state (i.e. not within any * escape sequence etc.). * This is separate of TECO_KEYMACRO_MASK_START which is set * only in the main machine's start states. @@ -432,7 +432,7 @@ typedef struct { } teco_machine_scintilla_t; typedef enum { - /** Normal parsing - ie. execute while parsing */ + /** Normal parsing - i.e. execute while parsing */ TECO_MODE_NORMAL = 0, /** Parse, but don't execute until reaching not-yet-defined Goto-label */ TECO_MODE_PARSE_ONLY_GOTO, @@ -448,7 +448,7 @@ typedef enum { struct teco_machine_main_t { teco_machine_t parent; - /** Program counter, ie. pointer to the next character in the current macro frame */ + /** Program counter, i.e. pointer to the next character in the current macro frame */ gsize macro_pc; /** -- cgit v1.2.3