Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
docs: Fix simple typo, wihout -> without
Browse files Browse the repository at this point in the history
There is a small typo in src/qcommandline/qcommandline.h.

Closes #15426
  • Loading branch information
timgates42 authored and ariya committed May 13, 2020
1 parent cb1b04b commit da0ab54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcommandline/qcommandline.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class QCOMMANDLINE_EXPORT QCommandLine : public QObject
*/
typedef enum {
None = 0, /**< can be used for the last line of a QCommandLineConfigEntry[] . */
Switch, /**< a simple switch wihout argument (eg: ls -l) */
Switch, /**< a simple switch without argument (eg: ls -l) */
Option, /**< an option with an argument (eg: tar -f test.tar) */
Param /**< a parameter without '-' delimiter (eg: cp foo bar) */
} Type;
Expand Down

0 comments on commit da0ab54

Please sign in to comment.