From 58df0daa7ff59e89873426dc4bf8b7ed60af3362 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Mon, 21 Sep 2009 11:44:54 +0200 Subject: [PATCH] Fix up 'neccessary -> necessary' in a comment. Signed-off-by: Chris Lalancette --- src/util/virterror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- GitLab