commit d05a8c805e66b6756c96b89111e973c32e52113f
Author: Stephan Witt <[email protected]>
Date: Sun Jan 27 21:05:49 2019 +0100
correct typo in help message
---
lib/lyx2lyx/lyx2lyx | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/lyx2lyx/lyx2lyx b/lib/lyx2lyx/lyx2lyx
index badedbc..49a02d9 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.")