diff options
| author | Christian Ruppert <idl0r@gentoo.org> | 2012-09-14 22:59:01 +0200 | 
|---|---|---|
| committer | Christian Ruppert <idl0r@gentoo.org> | 2012-09-14 22:59:01 +0200 | 
| commit | 6b1e806c8bfb9b72cba99162bcf20deb47b8670d (patch) | |
| tree | c4e75d1522da233535d6de8ed0e679d75bf56f9a /src/rc | |
| parent | 3cd293c515ddf44172ece36e785209084a11d3fc (diff) | |
| download | openrc-6b1e806c8bfb9b72cba99162bcf20deb47b8670d.tar.xz | |
Typo: emtpy -> empty
Reported-by: Walter <walter@pratyeka.org>
X-Gentoo-Bug: 430146
X-Gentoo-Bug-URL: https://bugs.gentoo.org/430146
Diffstat (limited to 'src/rc')
| -rw-r--r-- | src/rc/fstabinfo.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/rc/fstabinfo.c b/src/rc/fstabinfo.c index 91f2a56a..475212a3 100644 --- a/src/rc/fstabinfo.c +++ b/src/rc/fstabinfo.c @@ -282,7 +282,7 @@ fstabinfo(int argc, char **argv)  		END_ENT;  		if (!TAILQ_FIRST(files)) -			eerrorx("%s: emtpy fstab", argv[0]); +			eerrorx("%s: empty fstab", argv[0]);  	}  	if (!TAILQ_FIRST(files)) { | 
