Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:55:36 +0300
committerJosh Soref <jsoref@users.noreply.github.com>2020-11-09 07:56:31 +0300
commit9d0e1938aac68b30cc4265229f8865828e643d70 (patch)
treeba514ecd3938034626e84be428f3bb8df5916981 /include/tests_kernel
parent8eae80c84088d8f4b15b277ba464d71eb249518e (diff)
spelling: therefore
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Diffstat (limited to 'include/tests_kernel')
-rw-r--r--include/tests_kernel2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_kernel b/include/tests_kernel
index 34ac3bfd..3d3ac339 100644
--- a/include/tests_kernel
+++ b/include/tests_kernel
@@ -796,7 +796,7 @@
# Attempt to check for Raspbian if reboot is needed
# This check searches for apt package "raspberrypi-kernel-[package-date]", trys to extract the date of packaging from the filename
# and compares that date with the currently running kernel's build date (uname -v).
- # Of course there can be a time difference between kernel build and kernel packaging, therefor a time difference of
+ # Of course there can be a time difference between kernel build and kernel packaging, therefore a time difference of
# 3 days is accepted and it is assumed with only 3 days apart, this must be the same kernel version.
if [ ${REBOOT_NEEDED} -eq 2 ] && [ -d "${APT_ARCHIVE_DIRECTORY}" ]; then
LogText "Result: found folder ${APT_ARCHIVE_DIRECTORY}; assuming this is a debian based distribution"