Fix typo.

This commit is contained in:
Daniel Nichter
2013-05-13 16:51:46 -07:00
parent ab3cd36393
commit 71042beeef

View File

@@ -6861,7 +6861,7 @@ sub agent_status {
split("\n", $crontab_list); split("\n", $crontab_list);
if ( -d "$lib_dir/services" ) { if ( -d "$lib_dir/services" ) {
_info("Sevices:"); _info("Services:");
SERVICE: SERVICE:
foreach my $service_file ( glob "$lib_dir/services/*" ) { foreach my $service_file ( glob "$lib_dir/services/*" ) {
my $service = eval { my $service = eval {