From: Simon Josefsson Date: Thu, 20 Sep 2007 12:43:16 +0000 (+0200) Subject: Typo. X-Git-Tag: gnutls_2_1_0~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2626b79d90e91e2c728100bffcdc5cbc8bfd0178;p=thirdparty%2Fgnutls.git Typo. --- diff --git a/doc/gnutls.texi b/doc/gnutls.texi index f9755e9ba7..c63dd5de5d 100644 --- a/doc/gnutls.texi +++ b/doc/gnutls.texi @@ -3820,9 +3820,9 @@ When adding the files, you'll need to add them to @code{Makefile.am} as well, for example: @example -if ENABLE_AUTHZ -COBJECTS += ext_authz.c -HFILES += ext_authz.h +if ENABLE_FOOBAR +COBJECTS += ext_foobar.c +HFILES += ext_foobar.h endif @end example