diff options
| author | Jack Nagel | 2014-07-12 20:15:57 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-12 20:15:57 -0500 |
| commit | 8076f3340a91f730babd14f4727bdb446893037b (patch) | |
| tree | 5540f6fff0f0832ed5e8da333eb2f4ae5a76966e /Library | |
| parent | 1eafe3bc354626b3d54164c263a5c57313d8eeeb (diff) | |
| download | brew-8076f3340a91f730babd14f4727bdb446893037b.tar.bz2 | |
Fix typo
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/keg.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index 9b9625fbc..a6d9bafd1 100644 --- a/Library/Homebrew/keg.rb +++ b/Library/Homebrew/keg.rb @@ -325,7 +325,7 @@ class Keg src = dst.resolved_path # src itself may be a symlink, so check lstat to ensure we are dealing with # a directory, and not a symlink pointing at a directory (which needs to be - # treated as a file). In other words, we onlly want to resolve one symlink. + # treated as a file). In other words, we only want to resolve one symlink. # If it isn't a directory, make_relative_symlink will raise an exception. if dst.symlink? && src.lstat.directory? keg = Keg.for(src) |
