Skip to content

Commit 0e47dc8

Browse files
hanslovskyholgerbrandl
authored andcommitted
Fix typo in kscript comment (#230)
abosulte -> absolute
1 parent ba74b62 commit 0e47dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
absolute_path() {
6-
# if the given path to the kscript launcher is abosulte (i.e. it is either starting with / or a
6+
# if the given path to the kscript launcher is absolute (i.e. it is either starting with / or a
77
# 'letter:/' when using gitbash on windows) it is returned unchanged, otherwise we construct an absolute path
88
[[ $1 = /* ]] || [[ $1 =~ ^[A-z]:/ ]] && echo "$1" || echo "$PWD/${1#./}"
99
}

0 commit comments

Comments
 (0)