[network-manager-sstp: 1/2] String typo fixes
- From: Eivind Næss <eivnaes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [network-manager-sstp: 1/2] String typo fixes
- Date: Sun, 11 Jul 2021 14:20:29 +0000 (UTC)
commit cce01557a765192d0a645a876fa8bf29fed669d4
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date: Fri Jun 25 12:32:42 2021 +0200
String typo fixes
properties/nm-sstp-dialog.ui | 4 ++--
shared/utils.c | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/properties/nm-sstp-dialog.ui b/properties/nm-sstp-dialog.ui
index 07ab689..5859347 100644
--- a/properties/nm-sstp-dialog.ui
+++ b/properties/nm-sstp-dialog.ui
@@ -602,7 +602,7 @@ config: the first parameter of sstp</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
- <property name="tooltip_text" translatable="yes">Use the gateway name as
specified for this connection in the hostname extentions in the SSL tunnel</property>
+ <property name="tooltip_text" translatable="yes">Use the gateway name as
specified for this connection in the hostname extensions in the SSL tunnel</property>
<property name="halign">start</property>
<property name="use_underline">True</property>
<property name="active">True</property>
@@ -1375,7 +1375,7 @@ or just the Common Name (CN field).
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label"
translatable="yes"><b>Compatibiltiy</b></property>
+ <property name="label"
translatable="yes"><b>Compatibility</b></property>
<property name="use_markup">True</property>
<property name="xalign">0</property>
</object>
diff --git a/shared/utils.c b/shared/utils.c
index b52fbdd..e206d97 100644
--- a/shared/utils.c
+++ b/shared/utils.c
@@ -82,7 +82,7 @@ nm_sstp_x509_get_subject_name(gnutls_x509_crt_t cert, GError **error)
g_set_error (error,
NM_CRYPTO_ERROR,
NM_CRYPTO_ERROR_FAILED,
- _("Failede to get subject name"));
+ _("Failed to get subject name"));
}
return NULL;
}
@@ -125,7 +125,7 @@ nm_sstp_get_subject_name(const char *filename, GError **error) {
g_set_error (error,
NM_CRYPTO_ERROR,
NM_CRYPTO_ERROR_FAILED,
- _("Failed to initialze certificate"));
+ _("Failed to initialize certificate"));
}
gnutls_free(dt.data);
} else {
@@ -202,7 +202,7 @@ nm_sstp_get_suject_name_pkcs12(const char *filename, const char *password, GErro
g_set_error (error,
NM_CRYPTO_ERROR,
NM_CRYPTO_ERROR_FAILED,
- _("Failed read file"));
+ _("Failed to read file"));
}
return retval;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]