summaryrefslogtreecommitdiffstats
path: root/collection/collection_tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'collection/collection_tools.c')
-rw-r--r--collection/collection_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collection/collection_tools.c b/collection/collection_tools.c
index c3f00ea..503a1a8 100644
--- a/collection/collection_tools.c
+++ b/collection/collection_tools.c
@@ -117,7 +117,7 @@ int col_debug_handle(const char *property,
(nest_level -1) * 4, "",
property,
length,
- (*((unsigned char *)(data)) == '\0') ? "flase" : "true",
+ (*((unsigned char *)(data)) == '\0') ? "false" : "true",
nest_level);
break;
case COL_TYPE_COLLECTION: