diff --git a/src/native/ffe.rs b/src/native/ffe.rs index 4ff10590096..3ae7e40c633 100644 --- a/src/native/ffe.rs +++ b/src/native/ffe.rs @@ -71,7 +71,7 @@ pub mod ffe { enum ErrorCode { /// The type of the flag value does not match the expected type. TypeMismatch, - /// An error occured during parsing configuration. + /// An error occurred during parsing configuration. ParseError, /// Flog is disabled or not found. FlagNotFound,