diff options
| author | Riccardo Spagni <ric@spagni.net> | 2015-12-30 13:21:50 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2015-12-30 13:21:50 +0200 |
| commit | 91001aa4460a59a42dc14a32c8e90717fd29dbd2 (patch) | |
| tree | 68da43b847d517870a2f5c92a6ef13167730945c /external/unbound/testcode/unitmain.c | |
| parent | 7223eebbe71833e895fca95267cb243834dedf83 (diff) | |
| parent | 3edbf57b62feeaba1f31683f24b9d76d75e03902 (diff) | |
| download | monzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.tar.gz monzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.tar.xz monzero-core-91001aa4460a59a42dc14a32c8e90717fd29dbd2.zip | |
Merge pull request #578
3edbf57 fix missing unbound tests (Riccardo Spagni)
2d43ae8 update unbound, fix unbound openssl issue on OS X (Riccardo Spagni)
Diffstat (limited to 'external/unbound/testcode/unitmain.c')
| -rw-r--r-- | external/unbound/testcode/unitmain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unbound/testcode/unitmain.c b/external/unbound/testcode/unitmain.c index 09ebba329..0b32dcd86 100644 --- a/external/unbound/testcode/unitmain.c +++ b/external/unbound/testcode/unitmain.c @@ -36,7 +36,7 @@ /** * \file * Unit test main program. Calls all the other unit tests. - * Exits with code 1 on a failure. 0 if all unit tests are successfull. + * Exits with code 1 on a failure. 0 if all unit tests are successful. */ #include "config.h" |
