Signed-off-by: Chris Lalancette <clalance(a)redhat.com>
---
src/virterror.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/virterror.c b/src/virterror.c
index 77b295c..e421ab7 100644
--- a/src/virterror.c
+++ b/src/virterror.c
@@ -641,7 +641,7 @@ virRaiseErrorFull(virConnectPtr conn,
/*
* All errors are recorded in thread local storage
* For compatability, public API calls will copy them
- * to the per-connection error object when neccessary
+ * to the per-connection error object when necessary
*/
to = virLastErrorObject();
if (!to)
--
1.6.0.6