summaryrefslogtreecommitdiffhomepage
path: root/dbhelpers.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
committerMatt Johnston <matt@ucc.asn.au>2018-02-18 11:22:13 +0800
commit802dace05e8bce06bf4c7df9faadba779d60bb82 (patch)
treeff4a1b6dba7bb9232d44d1a143dbbe3b2949bdee /dbhelpers.h
parentc2f2f2b8170465103ed582cfe317ea91824c2107 (diff)
include config.h for options.h. don't need to include options.h when
includes.h brings it in
Diffstat (limited to 'dbhelpers.h')
-rw-r--r--dbhelpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbhelpers.h b/dbhelpers.h
index d47707e..551bcb4 100644
--- a/dbhelpers.h
+++ b/dbhelpers.h
@@ -3,7 +3,7 @@
/* This header defines some things that are also used by libtomcrypt/math.
We avoid including normal include.h since that can result in conflicting
- definitinos - only include config.h */
+ definitions - only include config.h */
#include "config.h"
#ifdef __GNUC__