From 41104b28b0154de6d93957af63e1b88fb2da0ec4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sun, 11 Jan 2015 11:28:04 +0100 Subject: [PATCH] Fix a typo in a comment --- src/isds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/isds.h b/src/isds.h index e3e1f7d..0902656 100644 --- a/src/isds.h +++ b/src/isds.h @@ -7,7 +7,7 @@ #include /* For size_t */ #include /* For struct tm */ #include /* For struct timeval */ -#include /* Gor xmlDoc and xmlNodePtr */ +#include /* For xmlDoc and xmlNodePtr */ #ifdef __cplusplus /* For C++ linker sake */ extern "C" { -- 2.11.4.GIT