]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix up 'neccessary -> necessary' in a comment.
authorChris Lalancette <clalance@redhat.com>
Mon, 21 Sep 2009 09:44:54 +0000 (11:44 +0200)
committerChris Lalancette <clalance@redhat.com>
Mon, 21 Sep 2009 16:16:12 +0000 (18:16 +0200)
Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/util/virterror.c

index 77b295c1a7788b1360552c5812298e075690b8d3..e421ab787ee77322f90de547c835289d1b117fd7 100644 (file)
@@ -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)