Skip to content

Commit bf2a8eb

Browse files
authored
Fix commandline arguments typo (#1084)
The --timeout argument has a typo, responde -> respond.
1 parent ecb3679 commit bf2a8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/app.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ void App::processCommandlineOptions(QCommandLineParser& parser, QStringList argu
304304
QCoreApplication::translate("main", "nvim_path"),
305305
"nvim"));
306306
parser.addOption(QCommandLineOption("timeout",
307-
QCoreApplication::translate("main", "Error if nvim does not responde after count milliseconds"),
307+
QCoreApplication::translate("main", "Error if nvim does not respond after count milliseconds"),
308308
QCoreApplication::translate("main", "ms"),
309309
"20000"));
310310

0 commit comments

Comments
 (0)