aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2012-08-02 10:09:29 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2012-08-02 10:09:29 +0200
commitefdcf941742cb63b441656241d6699ac8d2819d3 (patch)
tree3a1745faeb6ecb550427bf748b5cbb08e8966027 /src/util.h
parent381e87cbd2720180c873f8028de3b827f4d2e1bd (diff)
downloadbitcoin-efdcf941742cb63b441656241d6699ac8d2819d3.tar.xz
fix further spelling errors / remove a tab in the source
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 8244dcbaf1..709b0e05bd 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 compatibility */
+typedef int pid_t; /* define for Windows compatibility */
#endif
#include <map>
#include <vector>