summaryrefslogtreecommitdiff
path: root/basic/source/sbx/sbxvalue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'basic/source/sbx/sbxvalue.cxx')
-rw-r--r--basic/source/sbx/sbxvalue.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/sbx/sbxvalue.cxx b/basic/source/sbx/sbxvalue.cxx
index 43c98835a4d3..816cb9bcadfb 100644
--- a/basic/source/sbx/sbxvalue.cxx
+++ b/basic/source/sbx/sbxvalue.cxx
@@ -710,7 +710,7 @@ sal_Bool SbxValue::IsFixed() const
return ( (GetFlags() & SBX_FIXED) | (aData.eType & SbxBYREF) ) != 0;
}
-// A variable is numeric, if it is EMPTY or realy numeric
+// A variable is numeric, if it is EMPTY or really numeric
// or if it contains a complete convertible String
// #41692, implement it for RTL and Basic-Core separately