From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 449C4139694 for ; Mon, 24 Jul 2017 22:28:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C8E2E0CCA; Mon, 24 Jul 2017 22:28:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68E51E0CCA for ; Mon, 24 Jul 2017 22:28:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 65C6134184C for ; Mon, 24 Jul 2017 22:28:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA21374A5 for ; Mon, 24 Jul 2017 22:28:09 +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: <1500935053.72bb2e57de935ab46ad000f97a5720265bed9342.williamh@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: conf.d/ X-VCS-Repository: proj/openrc X-VCS-Files: conf.d/localmount X-VCS-Directories: conf.d/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 72bb2e57de935ab46ad000f97a5720265bed9342 X-VCS-Branch: master Date: Mon, 24 Jul 2017 22:28:09 +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: 6244eca3-9532-4d90-8fd6-0850ce135e02 X-Archives-Hash: 40aee740cd63a6fb247ccadd15af7428 commit: 72bb2e57de935ab46ad000f97a5720265bed9342 Author: John R. Graham gentoo org> AuthorDate: Mon Jul 24 22:14:08 2017 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jul 24 22:24:13 2017 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=72bb2e57 Typo fix X-Gentoo-Bug: 624908 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=624908 conf.d/localmount | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.d/localmount b/conf.d/localmount index e7277194..25ca3cd6 100644 --- a/conf.d/localmount +++ b/conf.d/localmount @@ -3,7 +3,7 @@ #no_umounts="/dir1:/var/dir2" # # Mark certain mount points as critical. -# This contains aspace separated list of mount points which should be +# This contains a space separated list of mount points which should be # considered critical. If one of these mount points cannot be mounted, # localmount will fail. # By default, this is empty.