From: Chris Lalancette Date: Mon, 21 Sep 2009 09:44:54 +0000 (+0200) Subject: Fix up 'neccessary -> necessary' in a comment. X-Git-Tag: v0.7.2~160 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58df0daa7ff59e89873426dc4bf8b7ed60af3362;p=thirdparty%2Flibvirt.git Fix up 'neccessary -> necessary' in a comment. Signed-off-by: Chris Lalancette --- diff --git a/src/util/virterror.c b/src/util/virterror.c index 77b295c1a7..e421ab787e 100644 --- a/src/util/virterror.c +++ b/src/util/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)