summaryrefslogtreecommitdiffstats
path: root/src/formats/xlsx.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/formats/xlsx.c')
-rw-r--r--src/formats/xlsx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/formats/xlsx.c b/src/formats/xlsx.c
index b8b5dff..614009e 100644
--- a/src/formats/xlsx.c
+++ b/src/formats/xlsx.c
@@ -307,7 +307,7 @@ void get_sheet_data(xmlDocPtr doc, xmlDocPtr doc_strings, xmlDocPtr doc_styles)
} else if (
child_node->xmlChildrenNode != NULL && ! strcmp((char *) child_node->xmlChildrenNode->name, "f")) {
- // handle the formula if that is whats desidered!!
+ // handle the formula if that is what's desidered!!
if (get_conf_int("xlsx_readformulas") &&
// dont handle shared formulas right now
! (xmlHasProp(child_node->xmlChildrenNode, (xmlChar *) "t") &&