diff --git a/src/driver.ml b/src/driver.ml index b0f30261..910902fe 100644 --- a/src/driver.ml +++ b/src/driver.ml @@ -1414,7 +1414,7 @@ let standalone_args = Arg.String (fun s -> keywords := Some s), " Set keywords according to the version+list \ specification. Allows using a set of keywords different from the one of \ - the current compiler for backword compatibility." ); + the current compiler for backward compatibility." ); ( "--keywords", Arg.String (fun s -> keywords := Some s), " Same as -keywords" );