diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-09-20 14:43:16 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-09-20 14:43:16 +0200 |
commit | 2626b79d90e91e2c728100bffcdc5cbc8bfd0178 (patch) | |
tree | 15e136e839329b3b1ba84cedc6bacc674d703f7a /doc | |
parent | e7a0c115f27354e6d21c18cd18bcfecbf17e9f2b (diff) | |
download | gnutls-2626b79d90e91e2c728100bffcdc5cbc8bfd0178.tar.gz |
Typo.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gnutls.texi | 6 |
1 files changed, 3 insertions, 3 deletions
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 |