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:04:38 +0100 |
commit | 96876720caa4da98ee786c75e6e5a993a8bc286e (patch) | |
tree | 9a8a6cb5e6b4403a52b7e3cdf4e82dc510cb7d2d | |
parent | 4509ae44d818d49c8dd0c25c92c13d70b4f1de59 (diff) | |
download | libguestfs-96876720caa4da98ee786c75e6e5a993a8bc286e.tar.gz libguestfs-96876720caa4da98ee786c75e6e5a993a8bc286e.tar.xz libguestfs-96876720caa4da98ee786c75e6e5a993a8bc286e.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 |