Skip to content

Commit

Permalink
Merge pull request JuliaLang#8139 from eschnett/typo
Browse files Browse the repository at this point in the history
Correct typo in comment
  • Loading branch information
jiahao committed Aug 26, 2014
2 parents 9df0f65 + 81b51e7 commit 91a9b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ endif
# disable automatic Makefile rules
.SUFFIXES:

# find out if git repository is availible
# find out if git repository is available
ifeq ($(shell [ -e $(JULIAHOME)/.git ] && echo true || echo "Warning: git information unavailable; versioning information limited" >&2), true)
NO_GIT = 0
else
Expand Down

0 comments on commit 91a9b3b

Please sign in to comment.