summaryrefslogtreecommitdiffstats
path: root/perl-install/services.pm
diff options
context:
space:
mode:
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};