diff options
author | Oliver Burger <obgr_seneca@mageia.org> | 2011-05-03 13:44:02 +0000 |
---|---|---|
committer | Oliver Burger <obgr_seneca@mageia.org> | 2011-05-03 13:44:02 +0000 |
commit | 7e3b1470f43be276ca4b930c143221cab4638aa9 (patch) | |
tree | 72fbba1adee53db19d96a4867aeddec1272ea3f7 /lib/network/connection | |
parent | 93ec859a5b20dd5d80b3c84a61591798e91f4eab (diff) | |
download | drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.tar drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.tar.gz drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.tar.bz2 drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.tar.xz drakx-net-7e3b1470f43be276ca4b930c143221cab4638aa9.zip |
- fixed typo (Bug #961)
- corrected pot file so it passes msgfmt -c
Diffstat (limited to 'lib/network/connection')
-rw-r--r-- | lib/network/connection/wireless.pm | 2 |
1 files changed, 1 insertions, 1 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, |