From dcce1ad6faf517f717a731fc255b3136917b2a37 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Mon, 30 Dec 2013 15:03:13 +0100 Subject: [PATCH] typo in comment --- openup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openup b/openup index a8def99..2f5953c 100755 --- a/openup +++ b/openup @@ -152,7 +152,7 @@ check_openupd() { # check that we have no installed binpatches from a previous release and # if so remove the entries manually (we don't want pkg_delete to -# nodify nor error out on installed files from newer release/binpatch) +# modify nor error out on installed files from newer release/binpatch) rm_old_bp() { local _bp local _BPDB=$(ls -d /var/db/binpatch/[0-9]* |grep -v ${_REL})