From 9deca0e2e939190298408192ea06e992edef3900 Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Mon, 25 Nov 2024 10:53:05 +0100 Subject: [PATCH] Fix typo in -keywords CLI doc Signed-off-by: Nathan Rebours Co-authored-by: Patrick Ferris --- src/driver.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" );