summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-09 09:30:03 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-09 09:30:03 +0000
commit6d14c674af8dd6554627f5d3f7d8466d0ff7127a (patch)
treea33728951e1f009511ce232ca3ad180c1701fe08 /perl-install/services.pm
parent8b97ded22301760fe3d5aab16dfe935e14a9615a (diff)
downloaddrakx-6d14c674af8dd6554627f5d3f7d8466d0ff7127a.tar
drakx-6d14c674af8dd6554627f5d3f7d8466d0ff7127a.tar.gz
drakx-6d14c674af8dd6554627f5d3f7d8466d0ff7127a.tar.bz2
drakx-6d14c674af8dd6554627f5d3f7d8466d0ff7127a.tar.xz
drakx-6d14c674af8dd6554627f5d3f7d8466d0ff7127a.zip
typo fix
Diffstat (limited to 'perl-install/services.pm')
-rw-r--r--perl-install/services.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/services.pm b/perl-install/services.pm
index 124ee6b5f..eaf822a3f 100644
--- a/perl-install/services.pm
+++ b/perl-install/services.pm
@@ -97,7 +97,7 @@ syslog => N_("Syslog is the facility by which many daemons use to log messages
to various system log files. It is a good idea to always run syslog."),
usb => N_("Load the drivers for your usb devices."),
xfs => N_("Starts the X Font Server (this is mandatory for Xorg to run)."),
-xinetd => N_("Starts other deamons on demand.."),
+xinetd => N_("Starts other deamons on demand."),
);
my ($name) = @_;
my $s = $services{$name};