]> xenbits.xensource.com Git - libvirt.git/commitdiff
build: fix typo in earlier commit
authorEric Blake <eblake@redhat.com>
Wed, 29 May 2013 17:06:39 +0000 (11:06 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 29 May 2013 17:08:14 +0000 (11:08 -0600)
Bummer, I committed, then fixed a typo, then tested, and forgot to
amend the commit before pushing 7d21d6b6.

* src/rpc/virnettlscontext.c (includes): Use correct spelling.

src/rpc/virnettlscontext.c

index f2ac5510d44fd098d69eff2efd7d4049fb44ed49..9b43a80700be851f9e1e4d46b04b16e9e4e43cae 100644 (file)
@@ -25,7 +25,7 @@
 #include <stdlib.h>
 
 #include <gnutls/gnutls.h>
-#if HAVE_GNULTLS_CRYPTO_H
+#if HAVE_GNUTLS_CRYPTO_H
 # include <gnutls/crypto.h>
 #endif
 #include <gnutls/x509.h>