Commit 95ccd0fb 95ccd0fbcc756e56ab5a43a056e312dcbb9ab3d0 by Sergey Poznyakoff

Fixed spelling of "license" option.

1 parent 8be58f39
......@@ -73,7 +73,7 @@ static const char *comsat_argp_capa[] = {
"common",
"logging",
"mailbox",
"licence",
"license",
NULL
};
......
......@@ -160,7 +160,7 @@ static struct argp argp = {
static const char *frm_argp_capa[] = {
"common",
"licence",
"license",
"mailbox",
NULL
};
......
......@@ -136,7 +136,7 @@ static struct argp argp = {
static const char *guimb_argp_capa[] = {
"common",
"mailbox",
"licence",
"license",
NULL
};
......
......@@ -66,7 +66,7 @@ static const char *imap4d_capa[] = {
"common",
"mailbox",
"logging",
"licence",
"license",
NULL
};
......