From 616336fa37a7f39c3ebcd862f084fdb2a4bbc055 Mon Sep 17 00:00:00 2001 From: mlenz Date: Wed, 13 Jun 2007 18:52:16 +0000 Subject: [PATCH] typos --- create-sysvinit-file.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create-sysvinit-file.pl b/create-sysvinit-file.pl index e9e3839..7831727 100644 --- a/create-sysvinit-file.pl +++ b/create-sysvinit-file.pl @@ -20,7 +20,7 @@ print << "EOF" EOF ; -print "# Riequired-Start: " . join(" ",@{$initparams{"Required-Start"}}) . "\n"; +print "# Required-Start: " . join(" ",@{$initparams{"Required-Start"}}) . "\n"; print "# Required-Stop: " . join(" ",@{$initparams{"Required-Stop"}}) . "\n"; print "# Description: "; print join("\n# ",split("\n",$initparams{"Description"})). "\n"; @@ -30,7 +30,7 @@ print << "EOF" ### END INIT INFO # WARNING: -# This initscript has been autogenerated my metainit. +# This initscript has been autogenerated by metainit. # Do not edit this file, but edit the corresponding metainit # config. -- 2.20.1