]> git.tdb.fi Git - libs/net.git/commitdiff
Correct a typo in a multiple inclusion guard
authorMikko Rasa <tdb@tdb.fi>
Mon, 6 Apr 2015 22:23:12 +0000 (01:23 +0300)
committerMikko Rasa <tdb@tdb.fi>
Mon, 6 Apr 2015 22:23:12 +0000 (01:23 +0300)
source/http/response.h

index d721ad804a4d7ea7aab8ee8a89812d644e9001ba..bb471f0de4fe80879ea7da223152b8ee4e671486 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef MSP_HTTP_RESPONSE_H_
-#define MSP_HTTO_RESPONSE_H_
+#define MSP_HTTP_RESPONSE_H_
 
 #include "message.h"
 #include "status.h"