diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-08-09 12:39:46 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-08-09 12:39:46 +0000 |
commit | 9ac1fa5fa87b1532378c3a8a639fe5dfbda2fb31 (patch) | |
tree | 232d3c3806a808e664d82dc8730fa7bdc0982436 /perl-install/services.pm | |
parent | d23837339b34ca0990b690497566093aadd6655d (diff) | |
download | drakx-9ac1fa5fa87b1532378c3a8a639fe5dfbda2fb31.tar drakx-9ac1fa5fa87b1532378c3a8a639fe5dfbda2fb31.tar.gz drakx-9ac1fa5fa87b1532378c3a8a639fe5dfbda2fb31.tar.bz2 drakx-9ac1fa5fa87b1532378c3a8a639fe5dfbda2fb31.tar.xz drakx-9ac1fa5fa87b1532378c3a8a639fe5dfbda2fb31.zip |
typo fix (Dotan Kamber)
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r-- | perl-install/services.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm index eaf822a3f..fa951dde0 100644 --- a/perl-install/services.pm +++ b/perl-install/services.pm @@ -90,7 +90,7 @@ logged in on other responding machines."), rwhod => N_("The rwho protocol lets remote users get a list of all of the users logged into a machine running the rwho daemon (similar to finger)."), saned => N_("SANE (Scanner Access Now Easy) enables to access scanners, video cameras, ..."), -smb => N_("The SMB/CIFS protocol enables to shar access to files & printers and also integrates with a Windows Server domain"), +smb => N_("The SMB/CIFS protocol enables to share access to files & printers and also integrates with a Windows Server domain"), sound => N_("Launch the sound system on your machine"), sshd => N_("Secure Shell is a network protocol that allows data to be exchanged over a secure channel between two computers"), syslog => N_("Syslog is the facility by which many daemons use to log messages |