[libvirt] [PATCH] Fix up 'neccessary -> necessary' in a comment.

Chris Lalancette clalance at redhat.com
Mon Sep 21 12:53:25 UTC 2009


Signed-off-by: Chris Lalancette <clalance at 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




More information about the libvir-list mailing list