Commit 95ccd0fb 95ccd0fbcc756e56ab5a43a056e312dcbb9ab3d0 by Sergey Poznyakoff

Fixed spelling of "license" option.

1 parent 8be58f39
...@@ -73,7 +73,7 @@ static const char *comsat_argp_capa[] = { ...@@ -73,7 +73,7 @@ static const char *comsat_argp_capa[] = {
73 "common", 73 "common",
74 "logging", 74 "logging",
75 "mailbox", 75 "mailbox",
76 "licence", 76 "license",
77 NULL 77 NULL
78 }; 78 };
79 79
......
...@@ -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
......
...@@ -66,7 +66,7 @@ static const char *imap4d_capa[] = { ...@@ -66,7 +66,7 @@ static const char *imap4d_capa[] = {
66 "common", 66 "common",
67 "mailbox", 67 "mailbox",
68 "logging", 68 "logging",
69 "licence", 69 "license",
70 NULL 70 NULL
71 }; 71 };
72 72
......