Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 2fd52e5

Browse files
authored
Merge pull request #37 from kevinywlui/patch-2
Typo: alread -> already
2 parents 15a2b7d + 4034768 commit 2fd52e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enable.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ GIT_TRAC_CMD="$GIT_TRAC_DIR/git-trac"
3434

3535
if [ "$(command -v git-trac)" == "$GIT_TRAC_CMD" ]
3636
then
37-
echo "The git-trac command is alread in your search PATH"
37+
echo "The git-trac command is already in your search PATH"
3838
else
3939
echo "Prepending the git-trac command to your search PATH"
4040
export PATH="$GIT_TRAC_DIR":$PATH

0 commit comments

Comments
 (0)