From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 797CF13838B for ; Sat, 20 Sep 2014 21:52:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F27CEE090B; Sat, 20 Sep 2014 21:52:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A17E8E090B for ; Sat, 20 Sep 2014 21:52:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8349B34024D for ; Sat, 20 Sep 2014 21:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16E2A98F for ; Sat, 20 Sep 2014 21:52:12 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1411249890.866501be1c554de074533ee98400124393d7fe9d.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/rc-service.c X-VCS-Directories: src/rc/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 866501be1c554de074533ee98400124393d7fe9d X-VCS-Branch: master Date: Sat, 20 Sep 2014 21:52:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c7a76e98-3ce2-47a3-99d7-95cdb08dd184 X-Archives-Hash: 73640cadf1b6f81e741b38409eef696c commit: 866501be1c554de074533ee98400124393d7fe9d Author: William Hubbs gmail com> AuthorDate: Sat Sep 20 21:51:30 2014 +0000 Commit: William Hubbs gentoo org> CommitDate: Sat Sep 20 21:51:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=866501be typo fix --- src/rc/rc-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rc/rc-service.c b/src/rc/rc-service.c index d35b36b..094848a 100644 --- a/src/rc/rc-service.c +++ b/src/rc/rc-service.c @@ -57,7 +57,7 @@ static const struct option longopts[] = { }; static const char * const longopts_help[] = { "tests if the service exists or not", - "if the service exsits then run the command", + "if the service exists then run the command", "list all available services", "resolve the service name to an init script", longopts_help_COMMON