diff options
author | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-01 10:56:47 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@exmulti.com> | 2012-08-01 10:56:47 -0700 |
commit | f81e6f779b66e235afd6c5241306d5e70ec41276 (patch) | |
tree | 208e1d5fb7b77c41e67edb372e2590250c32faac /src/util.h | |
parent | ffe47d6d5d6ddfc0ad145f5a891e2165c3d69009 (diff) | |
parent | b49f1398a1a02eab06def81a9d25b972c81b8fe1 (diff) |
Merge pull request #1632 from luke-jr/spelling
Fix spelling and grammar errors
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> |