From: Christophe Fergeau Date: Wed, 16 Oct 2013 15:26:18 +0000 (+0200) Subject: remote-driver: Fix 'leav' typo in comment X-Git-Tag: CVE-2013-4401~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6340c7dda0993bae01badf94024c770141ace9bf;p=thirdparty%2Flibvirt.git remote-driver: Fix 'leav' typo in comment --- diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 96ccb99e51..87ef5a9fd8 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -3721,7 +3721,7 @@ static int remoteAuthCredSASL2Vir(int vircred) * * Build up the SASL callback structure. We register one callback for * each credential type that the libvirt client indicated they support. - * We explicitly leav the callback function pointer at NULL though, + * We explicitly leave the callback function pointer at NULL though, * because we don't actually want to get SASL callbacks triggered. * Instead, we want the start/step functions to return SASL_INTERACT. * This lets us give the libvirt client a list of all required