diff options
| author | Mike McQuaid | 2014-12-27 20:08:06 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 20:08:06 +0000 | 
| commit | 985076ee15ed976cd0dee08077a5d602b68f5c07 (patch) | |
| tree | cf2ab41fd64026c76d9f86fe43e37587a42c74fb | |
| parent | 03d90933552c28201b2f53af44bb112b2dbe240f (diff) | |
| download | homebrew-985076ee15ed976cd0dee08077a5d602b68f5c07.tar.bz2 | |
libvirt: fix apostrophe in comment.
| -rw-r--r-- | Library/Formula/libvirt.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/libvirt.rb b/Library/Formula/libvirt.rb index 7e81a0c7f..5852c038e 100644 --- a/Library/Formula/libvirt.rb +++ b/Library/Formula/libvirt.rb @@ -47,7 +47,7 @@ class Libvirt < Formula      system "./configure", *args -    # Compilation of docs doesn"t get done if we jump straight to "make install" +    # Compilation of docs doesn't get done if we jump straight to "make install"      system "make"      system "make install" | 
