From 87bb2edaa9cb464ff3256ff9aaa989d8a4b6413e Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 12 Nov 2019 00:36:28 -0500 Subject: spelling: fortranscanner --- src/fortranscanner.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fortranscanner.l b/src/fortranscanner.l index 39c45e7..7e2e2cd 100644 --- a/src/fortranscanner.l +++ b/src/fortranscanner.l @@ -2839,7 +2839,7 @@ static void scanner_abort() #if !defined(YY_FLEX_SUBMINOR_VERSION) //---------------------------------------------------------------------------- extern "C" { // some bogus code to keep the compiler happy - void fortranscannernerYYdummy() { yy_flex_realloc(0,0); } + void fortranscannerYYdummy() { yy_flex_realloc(0,0); } } #endif -- cgit v0.12