mirror of
https://github.com/schollz/croc.git
synced 2025-10-11 13:21:00 +02:00
Typo fix
typo fix for the word relative
This commit is contained in:
parent
0f7f449d7f
commit
f1e15a54ee
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ func isEmptyFolder(folderPath string) (bool, error) {
|
||||||
// This function retrives the important file informations
|
// This function retrives the important file informations
|
||||||
// for every file that will be transferred
|
// for every file that will be transferred
|
||||||
func GetFilesInfo(fnames []string, zipfolder bool) (filesInfo []FileInfo, emptyFolders []FileInfo, totalNumberFolders int, err error) {
|
func GetFilesInfo(fnames []string, zipfolder bool) (filesInfo []FileInfo, emptyFolders []FileInfo, totalNumberFolders int, err error) {
|
||||||
// fnames: the relativ/absolute paths of files/folders that will be transferred
|
// fnames: the relative/absolute paths of files/folders that will be transferred
|
||||||
totalNumberFolders = 0
|
totalNumberFolders = 0
|
||||||
var paths []string
|
var paths []string
|
||||||
for _, fname := range fnames {
|
for _, fname := range fnames {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue