summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg/tpoption.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/dlg/tpoption.cxx')
-rw-r--r--sd/source/ui/dlg/tpoption.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/tpoption.cxx b/sd/source/ui/dlg/tpoption.cxx
index 26bd177b8df4..944d1c1c06bf 100644
--- a/sd/source/ui/dlg/tpoption.cxx
+++ b/sd/source/ui/dlg/tpoption.cxx
@@ -631,7 +631,7 @@ void SdTpOptionsMisc::UpdateCompatibilityControls()
Reference<frame::XModel> xModel (xEnumeration->nextElement(), UNO_QUERY);
if (xModel.is())
{
- // There is at leas one model/document: Enable the compatibility controls.
+ // There is at least one model/document: Enable the compatibility controls.
bIsEnabled = true;
break;
}