From: Felix Morgner Date: Wed, 15 Jan 2014 16:24:11 +0000 (+0100) Subject: fixed a typo X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=a2b68fe01edb578fbcdb0f249e13fb148df30632;p=umurmur.git fixed a typo --- diff --git a/src/config.h.in b/src/config.h.in index a8a1798..fba1f91 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -2,6 +2,6 @@ #define CONFIG_H #cmakedefine USE_POLARSSL -#define DEFAULT_CONFIG "${CMAKE_INSTALL_PREFIX}/etc/umurmurd.conf" +#define DEFAULT_CONFIG "${CMAKE_INSTALL_PREFIX}/etc/umurmur.conf" #endif // CONFIG_H