aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2009-07-15 01:10:18 +0000
committerGunter Knauf <gk@gknw.de>2009-07-15 01:10:18 +0000
commitb476530755182f8fa19c1bccde1ea9c04c65454d (patch)
tree8ed793c051f61c70d9c0dcd4de1a7df20f6b5d1d /lib
parenta8ea1e9ef4ec959cfe95193318a05688f4610841 (diff)
fixed typo.
Diffstat (limited to 'lib')
-rw-r--r--lib/memdebug.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/memdebug.h b/lib/memdebug.h
index 96cf4ad38..6e7e8d7f2 100644
--- a/lib/memdebug.h
+++ b/lib/memdebug.h
@@ -1,6 +1,6 @@
#ifdef CURLDEBUG
-#ifndef _CURL_MEDEBUG_H
-#define _CURL_MEDEBUG_H
+#ifndef _CURL_MEMDEBUG_H
+#define _CURL_MEMDEBUG_H
/***************************************************************************
* _ _ ____ _
* Project ___| | | | _ \| |
@@ -125,5 +125,5 @@ CURL_EXTERN int curl_fclose(FILE *file, int line, const char *source);
#endif /* MEMDEBUG_NODEFINES */
-#endif /* _CURL_MEDEBUG_H */
+#endif /* _CURL_MEMDEBUG_H */
#endif /* CURLDEBUG */