From 72947b7f6b3c79911d069259dce2896be391b93d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 16 Sep 2014 15:59:08 +0200 Subject: [PATCH] Fix typo in cdist-explorer Thanks, henk! 15:53 < henk> telmich: s/Except/Expect/ in http://www.nico.schottelius.org/software/cdist/man/latest/man7/cdist-explorer.html Signed-off-by: Nico Schottelius --- docs/man/man7/cdist-explorer.text | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/man/man7/cdist-explorer.text b/docs/man/man7/cdist-explorer.text index 2c25d845..a99be050 100644 --- a/docs/man/man7/cdist-explorer.text +++ b/docs/man/man7/cdist-explorer.text @@ -50,7 +50,7 @@ else name="$__object_id" fi -# Except dpkg failing, if package is not known / installed +# Expect dpkg failing, if package is not known / installed dpkg -s "$name" 2>/dev/null || exit 0 -------------------------------------------------------------------------------- @@ -64,5 +64,5 @@ SEE ALSO COPYING ------- -Copyright \(C) 2010-2012 Nico Schottelius. Free use of this software is +Copyright \(C) 2010-2014 Nico Schottelius. Free use of this software is granted under the terms of the GNU General Public License version 3 (GPLv3).