Skip to content

Commit c941da7

Browse files
authored
Merge pull request doxygen#11544 from albert-github/feature/bug_spell_20250416
Spelling corrections
2 parents 66fd650 + 3948f97 commit c941da7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lexscanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ struct lexscannerYY_state
9292
[[maybe_unused]] static const char *stateToString(int state);
9393
//-----------------------------------------------------------------------------
9494

95-
// forward declarations for statefull functions
95+
// forward declarations for stateful functions
9696
static void handleCCode(yyscan_t yyscanner);
9797
static int yyread(yyscan_t yyscanner,char *buf,int max_size);
9898

src/scanner.l

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ static bool startOfRequiresExpression(const QCString &req);
229229
static QCString extractBeginRawStringDelimiter(const char *str);
230230
static QCString extractEndRawStringDelimiter(const char *str);
231231

232-
// forward declarations for statefull functions
232+
// forward declarations for stateful functions
233233
static void initParser(yyscan_t yyscanner);
234234
static void initEntry(yyscan_t yyscanner);
235235
static void lineCount(yyscan_t yyscanner);

0 commit comments

Comments
 (0)