]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Typo in #ifndef #define pair
authorwessels <>
Sat, 14 Jan 2006 12:22:49 +0000 (12:22 +0000)
committerwessels <>
Sat, 14 Jan 2006 12:22:49 +0000 (12:22 +0000)
src/ClientBody.h

index 2aaa450d0b66850ea51fb04bb605e6f6267a1c65..99ca7b6835d0142a45de89a5876064b901898b8f 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef SQUID_CLIENTBODY_H
-#define SQUID_CLIETNBODY_H
+#define SQUID_CLIENTBODY_H
 
 class ClientBody
 {