summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comsat/comsat.c2
-rw-r--r--frm/frm.c2
-rw-r--r--guimb/main.c2
-rw-r--r--imap4d/imap4d.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/comsat/comsat.c b/comsat/comsat.c
index b8c8b0dc7..2408a2130 100644
--- a/comsat/comsat.c
+++ b/comsat/comsat.c
@@ -73,7 +73,7 @@ static const char *comsat_argp_capa[] = {
"common",
"logging",
"mailbox",
- "licence",
+ "license",
NULL
};
diff --git a/frm/frm.c b/frm/frm.c
index 5b3ae8882..7a2cf863f 100644
--- a/frm/frm.c
+++ b/frm/frm.c
@@ -160,7 +160,7 @@ static struct argp argp = {
static const char *frm_argp_capa[] = {
"common",
- "licence",
+ "license",
"mailbox",
NULL
};
diff --git a/guimb/main.c b/guimb/main.c
index b3550b102..333e7e7f6 100644
--- a/guimb/main.c
+++ b/guimb/main.c
@@ -136,7 +136,7 @@ static struct argp argp = {
static const char *guimb_argp_capa[] = {
"common",
"mailbox",
- "licence",
+ "license",
NULL
};
diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 1d7416158..d4c92c708 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -66,7 +66,7 @@ static const char *imap4d_capa[] = {
"common",
"mailbox",
"logging",
- "licence",
+ "license",
NULL
};

Return to:

Send suggestions and report system problems to the System administrator.