From 9b36a58500f31297a0fc633889fea531ca1fd212 Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Sun, 27 Jan 2019 21:05:49 +0100 Subject: [PATCH] correct typo in help message --- lib/lyx2lyx/lyx2lyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lyx2lyx/lyx2lyx b/lib/lyx2lyx/lyx2lyx index badedbc751..49a02d9b08 100755 --- a/lib/lyx2lyx/lyx2lyx +++ b/lib/lyx2lyx/lyx2lyx @@ -71,7 +71,7 @@ def main(): parser.add_argument("-l", "--list", action="store_true", help = "List all available formats and supported versions.") parser.add_argument("-n", "--try-hard", action="store_true", - help = "Try hard (ignore any convertion errors).") + help = "Try hard (ignore any conversion errors).") parser.add_argument("-s", "--systemlyxdir", type=cmd_arg, dest= "systemlyxdir", help= "LyX system directory for conversion from" " version 489 or older.") -- 2.39.5