mirror of
https://github.com/filebrowser/filebrowser.git
synced 2026-01-23 02:35:10 +00:00
chore: fix typos (#3490)
This commit is contained in:
parent
406d4f7884
commit
d729701bd4
9 changed files with 13 additions and 13 deletions
|
|
@ -188,7 +188,7 @@ func cleanUpMapValue(v interface{}) interface{} {
|
|||
}
|
||||
|
||||
// convertCmdStrToCmdArray checks if cmd string is blank (whitespace included)
|
||||
// then returns empty string array, else returns the splitted word array of cmd.
|
||||
// then returns empty string array, else returns the split word array of cmd.
|
||||
// This is to ensure the result will never be []string{""}
|
||||
func convertCmdStrToCmdArray(cmd string) []string {
|
||||
var cmdArray []string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue