summaryrefslogtreecommitdiffstats
path: root/sc/source/ui/view/cellsh1.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/cellsh1.cxx')
-rw-r--r--sc/source/ui/view/cellsh1.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/cellsh1.cxx b/sc/source/ui/view/cellsh1.cxx
index c1becf754681..238857d0ba47 100644
--- a/sc/source/ui/view/cellsh1.cxx
+++ b/sc/source/ui/view/cellsh1.cxx
@@ -2578,7 +2578,7 @@ bool isDPSourceValid(const ScDPObject& rDPObj)
const ScDPCache* pCache = pDesc->CreateCache(pDimData);
if (!pCache)
- // cashe creation failed, probably due to invalid connection.
+ // cache creation failed, probably due to invalid connection.
return false;
}
return true;