From db25928da69fc8310c40df23f1ceacc9fb15ecbb Mon Sep 17 00:00:00 2001 From: Michael Boelen Date: Thu, 28 Jul 2016 10:38:55 +0200 Subject: [PATCH] Typo --- lynis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lynis b/lynis index 0432d21d..2cfcbdf5 100755 --- a/lynis +++ b/lynis @@ -50,7 +50,7 @@ REPORT_version_major="1"; REPORT_version_minor="0" REPORT_version="${REPORT_version_major}.${REPORT_version_minor}" - DISPLAY_LANG=$LANG # requiered by function Display to deal with multi-bytes characters. + DISPLAY_LANG=$LANG # required by function Display to deal with multi-bytes characters. # #################################################################################