1
1
mirror of https://github.com/ariya/phantomjs.git synced 2024-07-14 16:10:26 +03:00

docs: Fix simple typo, wihout -> without

There is a small typo in src/qcommandline/qcommandline.h.

Closes #15426
This commit is contained in:
Tim Gates 2020-04-04 08:56:34 +11:00 committed by Ariya Hidayat
parent cb1b04bb50
commit da0ab54e1c

View File

@ -70,7 +70,7 @@ public:
*/
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;