[libvirt] [libvirt-java] [PATCH 03/65] Fix typos in Error.java

Claudio Bley cbley at av-test.de
Thu Feb 13 15:22:11 UTC 2014


Signed-off-by: Claudio Bley <cbley at av-test.de>
---
 src/main/java/org/libvirt/Error.java |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/libvirt/Error.java b/src/main/java/org/libvirt/Error.java
index 6f68f57..ef339bd 100644
--- a/src/main/java/org/libvirt/Error.java
+++ b/src/main/java/org/libvirt/Error.java
@@ -228,9 +228,9 @@ public class Error implements Serializable {
     }
 
     /**
-     * Gets he error code
+     * Gets the error code
      *
-     * @return a VirErroNumber
+     * @return a VirErrorNumber
      */
     public ErrorNumber getCode() {
         return code;
@@ -294,7 +294,7 @@ public class Error implements Serializable {
     }
 
     /**
-     * Returns human-readable informative error messag
+     * Returns a human-readable informative error message
      *
      * @return error message
      */
-- 
1.7.9.5




More information about the libvir-list mailing list