Skip to content

Commit 8a066c6

Browse files
committed
fix typo
1 parent 3a2bafd commit 8a066c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utility/Git-GetFileNameByIndex.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##############################################################################
22
#.SYNOPSIS
3-
# Gets the full path of ths single index passed as $args
3+
# Gets the full path of the single index passed as $args
44
##############################################################################
55
function Git-GetFileNameByIndex($index) {
66
return $global:gitStatusNumbers.workingDir[$index].fullPath

0 commit comments

Comments
 (0)