diff options
author | John R. Graham <john_r_graham@gentoo.org> | 2017-07-24 17:14:08 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2017-07-24 17:24:13 -0500 |
commit | 72bb2e57de935ab46ad000f97a5720265bed9342 (patch) | |
tree | 2586eb46a14bb217f5d461ba622c557786c74191 /conf.d | |
parent | 84c5da30695db89d686d3c28c7cacdf172cbf429 (diff) |
Typo fix
X-Gentoo-Bug: 624908
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=624908
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/localmount | 2 |
1 files changed, 1 insertions, 1 deletions
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. |