summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/network/connection/wireless.pm2
-rw-r--r--lib/network/netconnect.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/network/connection/wireless.pm b/lib/network/connection/wireless.pm
index ad02481..e036f6c 100644
--- a/lib/network/connection/wireless.pm
+++ b/lib/network/connection/wireless.pm
@@ -586,7 +586,7 @@ when using TLS or TTLS or PEAP.") },
disabled => sub { $self->{access}{network}{encryption} ne 'wpa-eap' },
help => N(" Substring to be matched against the subject of
the authentication server certificate. If this string is set,
-the server sertificate is only accepted if it contains this
+the server certificate is only accepted if it contains this
string in the subject. The subject string is in following format:
/C=US/ST=CA/L=San Francisco/CN=Test AS/emailAddress=as\@example.com") },
{ label => N("Extra directives"), val => \$self->{access}{network}{extra}, advanced => 1,
diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm
index e58121e..abe94c7 100644
--- a/lib/network/netconnect.pm
+++ b/lib/network/netconnect.pm
@@ -767,7 +767,7 @@ Try to reconfigure your connection.");
{
name => sub {
if (!$success) {
- return join("\n\n", N("Problems occured during the network connectivity test."),
+ return join("\n\n", N("Problems occurred during the network connectivity test."),
N("This can be caused by invalid network configuration, or problems with your modem or router."),
N("You might want to relaunch the configuration to verify the connection settings."));
}