Fix up 'neccessary -> necessary' in a comment.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
This commit is contained in:
Chris Lalancette 2009-09-21 11:44:54 +02:00
parent 9ca731f66c
commit 58df0daa7f

View 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)