From: Eric Blake Date: Wed, 29 May 2013 17:06:39 +0000 (-0600) Subject: build: fix typo in earlier commit X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=1cd97c7ab410c02f80c1949d1b34d26ab94d3ec8;p=libvirt.git build: fix typo in earlier commit 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. --- diff --git a/src/rpc/virnettlscontext.c b/src/rpc/virnettlscontext.c index f2ac5510d4..9b43a80700 100644 --- a/src/rpc/virnettlscontext.c +++ b/src/rpc/virnettlscontext.c @@ -25,7 +25,7 @@ #include #include -#if HAVE_GNULTLS_CRYPTO_H +#if HAVE_GNUTLS_CRYPTO_H # include #endif #include