Fixed spelling of "license" option.
Showing
4 changed files
with
4 additions
and
4 deletions
... | @@ -160,7 +160,7 @@ static struct argp argp = { | ... | @@ -160,7 +160,7 @@ static struct argp argp = { |
160 | 160 | ||
161 | static const char *frm_argp_capa[] = { | 161 | static const char *frm_argp_capa[] = { |
162 | "common", | 162 | "common", |
163 | "licence", | 163 | "license", |
164 | "mailbox", | 164 | "mailbox", |
165 | NULL | 165 | NULL |
166 | }; | 166 | }; | ... | ... |
... | @@ -136,7 +136,7 @@ static struct argp argp = { | ... | @@ -136,7 +136,7 @@ static struct argp argp = { |
136 | static const char *guimb_argp_capa[] = { | 136 | static const char *guimb_argp_capa[] = { |
137 | "common", | 137 | "common", |
138 | "mailbox", | 138 | "mailbox", |
139 | "licence", | 139 | "license", |
140 | NULL | 140 | NULL |
141 | }; | 141 | }; |
142 | 142 | ... | ... |
-
Please register or sign in to post a comment