From 9d6b4ab6fee3d65f3a11a5f19c410e5abe4ba322 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 18 May 2010 17:29:24 +0200 Subject: added building of the test library --- include/wolf/library/loader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/wolf/library/loader.h b/include/wolf/library/loader.h index 949d946..a2ee16e 100644 --- a/include/wolf/library/loader.h +++ b/include/wolf/library/loader.h @@ -72,7 +72,7 @@ wolf_error_t wolf_library_unload( wolf_library_p library ); * * @returns a pointer to buf for convenience */ -char *wolf_libary_errmsg( const wolf_error_t error, const wolf_library_p library, char *buf, size_t buflen ); +char *wolf_library_errmsg( const wolf_error_t error, const wolf_library_p library, char *buf, size_t buflen ); /** @} */ /* @addtogroup wolf_library */ -- cgit v1.2.3-54-g00ecf