0
0
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

Fix some typos

Signed-off-by: Alexander Seiler <seileralex@gmail.com>
This commit is contained in:
Alexander Seiler 2023-03-27 17:13:09 +02:00
parent e3a18cd7a7
commit ad7a22b218
No known key found for this signature in database
GPG key ID: 50E2FE77CB57B3B7
2 changed files with 3 additions and 3 deletions

View file

@ -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