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 5E5F2138010 for ; Fri, 14 Sep 2012 21:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E6D421C00A; Fri, 14 Sep 2012 21:00:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2038C21C00A for ; Fri, 14 Sep 2012 21:00:31 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5881133CD09 for ; Fri, 14 Sep 2012 21:00:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 05647E543F for ; Fri, 14 Sep 2012 21:00:29 +0000 (UTC) From: "Christian Ruppert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christian Ruppert" Message-ID: <1347656341.6b1e806c8bfb9b72cba99162bcf20deb47b8670d.idl0r@OpenRC> Subject: [gentoo-commits] proj/openrc:master commit in: src/rc/ X-VCS-Repository: proj/openrc X-VCS-Files: src/rc/fstabinfo.c X-VCS-Directories: src/rc/ X-VCS-Committer: idl0r X-VCS-Committer-Name: Christian Ruppert X-VCS-Revision: 6b1e806c8bfb9b72cba99162bcf20deb47b8670d X-VCS-Branch: master Date: Fri, 14 Sep 2012 21:00:29 +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: 4a272ce9-98c6-4c6a-85bf-e5c9b4d598ef X-Archives-Hash: a835ce7044833188a489bc7ee701ab0a commit: 6b1e806c8bfb9b72cba99162bcf20deb47b8670d Author: Christian Ruppert gentoo org> AuthorDate: Fri Sep 14 20:59:01 2012 +0000 Commit: Christian Ruppert gentoo org> CommitDate: Fri Sep 14 20:59:01 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc.git;a=commit;h=6b1e806c Typo: emtpy -> empty Reported-by: Walter pratyeka.org> X-Gentoo-Bug: 430146 X-Gentoo-Bug-URL: https://bugs.gentoo.org/430146 --- 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 91f2a56..475212a 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)) {