summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cppuhelper/source/propshlp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/propshlp.cxx b/cppuhelper/source/propshlp.cxx
index 6bf5fad3b74a..cdde8d4ff92f 100644
--- a/cppuhelper/source/propshlp.cxx
+++ b/cppuhelper/source/propshlp.cxx
@@ -768,7 +768,7 @@ void OPropertySetHelper::fire
{
try
{
- // fire the hole event sequence to the
+ // fire the whole event sequence to the
// XPropertiesChangeListener's
pL->propertiesChange( aEvts );
}