diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 00:07:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-10-01 15:35:20 +0100 |
commit | 572f5fc11f69c5a9d9e888118978f3f9fa683e65 (patch) | |
tree | 68ed7afc288d64556b9e559c717c5e47d6f2cf21 | |
parent | 86429cef8d910fe4fb98a44d5b631025e785baad (diff) |
comment typos
-rw-r--r-- | solenv/inc/settings.mk | 2 | ||||
-rw-r--r-- | svx/source/accessibility/lookupcolorname.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk index 553d6650ecfe..753decb1b792 100644 --- a/solenv/inc/settings.mk +++ b/solenv/inc/settings.mk @@ -1034,7 +1034,7 @@ EXTMAXPROCESS*=$(MAXPROCESS) GDBTRACE=gdb -nx --command=$(SOLARENV)/bin/gdbtrycatchtrace --args #use with export VALGRIND=memcheck, that method of invocation is used because -#hunspell will aslo run its own unit tests under valgrind when this variable is +#hunspell will also run its own unit tests under valgrind when this variable is #set. .IF "$(VALGRIND)" != "" VALGRINDTOOL=valgrind --tool=$(VALGRIND) --num-callers=50 diff --git a/svx/source/accessibility/lookupcolorname.cxx b/svx/source/accessibility/lookupcolorname.cxx index 6a03ac3d314b..b64e0660ccb7 100644 --- a/svx/source/accessibility/lookupcolorname.cxx +++ b/svx/source/accessibility/lookupcolorname.cxx @@ -75,7 +75,7 @@ ColorNameMap::ColorNameMap() { xNA = css::uno::Reference< css::container::XNameAccess >(xColorTable, css::uno::UNO_QUERY); if (xNA.is()) { - // Look the solar mutex here as workarround for missing lock in + // Lock the solar mutex here as workarround for missing lock in // called function. SolarMutexGuard aGuard; aNames = xNA->getElementNames(); |