summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2013-08-28 20:41:26 +0200
committerArthur de Jong <arthur@arthurdejong.org>2013-08-28 20:54:28 +0200
commit8571bc1dff746bd97411456cdb32e386d90d9047 (patch)
tree9e967255c5579acfecb9d618f7369f30e20c6665 /common
parent890d2271c6f89049c5f74e52f35bf67fd80a5fab (diff)
Fix for common spelling mistake
Diffstat (limited to 'common')
-rw-r--r--common/dict.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dict.c b/common/dict.c
index c69447e..03e9a7b 100644
--- a/common/dict.c
+++ b/common/dict.c
@@ -33,7 +33,7 @@
#include "dict.h"
/*
- This module uses a hashtable to store it's key to value mappings. The
+ This module uses a hashtable to store its key to value mappings. The
structure is basically as follows:
[struct dictionary]