aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-12-27 20:08:06 +0000
committerMike McQuaid2014-12-27 20:08:06 +0000
commit985076ee15ed976cd0dee08077a5d602b68f5c07 (patch)
treecf2ab41fd64026c76d9f86fe43e37587a42c74fb
parent03d90933552c28201b2f53af44bb112b2dbe240f (diff)
downloadhomebrew-985076ee15ed976cd0dee08077a5d602b68f5c07.tar.bz2
libvirt: fix apostrophe in comment.
-rw-r--r--Library/Formula/libvirt.rb2
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"