diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-14 22:07:54 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-17 13:05:23 +0100 |
commit | 72aef55ec3e6cdf92686520456d963eff5a73a00 (patch) | |
tree | 2c05c32df37052cec8984b3ec12bb631079c2b06 | |
parent | b2aa2ef621cf344faae8c2ec24270a8c6add9611 (diff) | |
download | libguestfs-72aef55ec3e6cdf92686520456d963eff5a73a00.tar.gz libguestfs-72aef55ec3e6cdf92686520456d963eff5a73a00.tar.xz libguestfs-72aef55ec3e6cdf92686520456d963eff5a73a00.zip |
ruby: Fix typo in Ruby bindings file.
(cherry picked from commit 44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de)
-rw-r--r-- | ruby/lib/guestfs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ruby/lib/guestfs.rb b/ruby/lib/guestfs.rb index 28c3785c..24cc914a 100644 --- a/ruby/lib/guestfs.rb +++ b/ruby/lib/guestfs.rb @@ -1,5 +1,5 @@ -# libvirt Ruby bindings -# Copyright (C) 2009 Red Hat Inc. +# libguestfs Ruby bindings +# Copyright (C) 2009-2011 Red Hat Inc. # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public |