#721323 command-not-found: typo in error message

#721323#5
Date:
2013-08-30 08:36:38 UTC
From:
To:
line 186 of
/usr/share/command-not-found/CommandNotFound/CommandNotFound.py
reads:

print >>sys.stderr, _("This is most likely caused by the lack of administrative priviledges associated with your user account.")

The word should be "privileges" (no "d").

   Julian

#721323#10
Date:
2014-09-27 13:21:33 UTC
From:
To:
The lacking privileges are still misspelled as privil edges:

roman@wee:~$ ifconfig
Command 'ifconfig' is available in '/sbin/ifconfig'
The command could not be located because '/sbin' is not included in the PATH
environment variable.
This is most likely caused by the lack of administrative priviledges associated
with your user account.
ifconfig: command not found

Can you walk me thru the commands to get something trivial as this wikily
patched upstream and in Debian 7.7 stable?