Typo: emtpy -> empty

Reported-by: Walter <walter@pratyeka.org>
X-Gentoo-Bug: 430146
X-Gentoo-Bug-URL: https://bugs.gentoo.org/430146
This commit is contained in:
Christian Ruppert 2012-09-14 22:59:01 +02:00
parent 3cd293c515
commit 6b1e806c8b

View File

@ -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)) {