From ad7a22b218c0ef8e4f6891119b60b05ac6ecd11f Mon Sep 17 00:00:00 2001 From: Alexander Seiler Date: Mon, 27 Mar 2023 17:13:09 +0200 Subject: [PATCH] Fix some typos Signed-off-by: Alexander Seiler --- src/croc/croc.go | 2 +- src/install/default.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/croc/croc.go b/src/croc/croc.go index 9892f4c..5ec7866 100644 --- a/src/croc/croc.go +++ b/src/croc/croc.go @@ -251,7 +251,7 @@ func isEmptyFolder(folderPath string) (bool, error) { return false, nil } -// This function retrives the important file informations +// This function retrieves the important file information // for every file that will be transferred func GetFilesInfo(fnames []string, zipfolder bool) (filesInfo []FileInfo, emptyFolders []FileInfo, totalNumberFolders int, err error) { // fnames: the relative/absolute paths of files/folders that will be transferred diff --git a/src/install/default.txt b/src/install/default.txt index 81fd99b..3dea98c 100644 --- a/src/install/default.txt +++ b/src/install/default.txt @@ -156,7 +156,7 @@ make_tempdir() { #--- FUNCTION ---------------------------------------------------------------- # NAME: determine_os -# DESCRIPTION: Attempts to determin host os using uname +# DESCRIPTION: Attempts to determine host os using uname # PARAMETERS: none # RETURNS: 0 = OS Detected. Also prints detected os to stdout # 1 = Unknown OS @@ -180,7 +180,7 @@ determine_os() { #--- FUNCTION ---------------------------------------------------------------- # NAME: determine_arch -# DESCRIPTION: Attempt to determin architecture of host +# DESCRIPTION: Attempt to determine architecture of host # PARAMETERS: none # RETURNS: 0 = Arch Detected. Also prints detected arch to stdout # 1 = Unknown arch