[krb5-auth-dialog] applet: Fix typos
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] applet: Fix typos
- Date: Thu, 13 Oct 2022 10:40:46 +0000 (UTC)
commit 91b80c901c19608d7f4ffcda3c867f181ab0116d
Author: Guido Günther <agx sigxcpu org>
Date: Wed Oct 12 20:49:51 2022 +0200
applet: Fix typos
src/ka-applet.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/ka-applet.c b/src/ka-applet.c
index ceed36c..d5f1a3c 100644
--- a/src/ka-applet.c
+++ b/src/ka-applet.c
@@ -509,7 +509,7 @@ ka_applet_class_init (KaAppletClass *klass)
pspec = g_param_spec_boolean (KA_PROP_NAME_TGT_FORWARDABLE,
"Forwardable ticket",
- "wether to request forwardable tickets",
+ "whether to request forwardable tickets",
FALSE,
G_PARAM_CONSTRUCT | G_PARAM_READWRITE);
g_object_class_install_property (object_class,
@@ -517,7 +517,7 @@ ka_applet_class_init (KaAppletClass *klass)
pspec = g_param_spec_boolean (KA_PROP_NAME_TGT_PROXIABLE,
"Proxiable ticket",
- "wether to request proxiable tickets",
+ "whether to request proxiable tickets",
FALSE,
G_PARAM_CONSTRUCT | G_PARAM_READWRITE);
g_object_class_install_property (object_class,
@@ -525,7 +525,7 @@ ka_applet_class_init (KaAppletClass *klass)
pspec = g_param_spec_boolean (KA_PROP_NAME_TGT_RENEWABLE,
"Renewable ticket",
- "wether to request renewable tickets",
+ "whether to request renewable tickets",
FALSE,
G_PARAM_CONSTRUCT | G_PARAM_READWRITE);
g_object_class_install_property (object_class,
@@ -533,7 +533,7 @@ ka_applet_class_init (KaAppletClass *klass)
pspec = g_param_spec_boolean (KA_PROP_NAME_CONF_TICKETS,
"Configuration tickets",
- "wether to show configuration tickets",
+ "whether to show configuration tickets",
FALSE,
G_PARAM_CONSTRUCT | G_PARAM_READWRITE);
g_object_class_install_property (object_class,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]