diff options
Diffstat (limited to 'src/util.h')
-rw-r--r-- | src/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h index 4423d2ff58..8244dcbaf1 100644 --- a/src/util.h +++ b/src/util.h @@ -12,7 +12,7 @@ #include <sys/time.h> #include <sys/resource.h> #else -typedef int pid_t; /* define for windows compatiblity */ +typedef int pid_t; /* define for windows compatibility */ #endif #include <map> #include <vector> |