diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:17:03 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-02-23 19:17:03 +0100 |
commit | eb7185a168dbe454891c8d4be610935e6ff0008b (patch) | |
tree | 8b3b1583c08d709bfebfafd17634fb88b944f3f0 /sd | |
parent | 2dca0ccf0760a64eab986c178873926a6a125cc5 (diff) |
Fix typo begining/beginning.
Change-Id: I9fff386181a2be0bc83787c8b5aec9c1cb4db9c3
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/framework/configuration/ConfigurationUpdater.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx index 3219c7a45574..6ffba2db42c4 100644 --- a/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx +++ b/sd/source/ui/framework/configuration/ConfigurationUpdater.cxx @@ -181,7 +181,7 @@ void ConfigurationUpdater::UpdateConfiguration (void) ConfigurationTracer::TraceConfiguration( mxCurrentConfiguration, "current configuration"); #endif - // Notify the begining of the update. + // Notify the beginning of the update. ConfigurationChangeEvent aEvent; aEvent.Type = FrameworkHelper::msConfigurationUpdateStartEvent; aEvent.Configuration = mxRequestedConfiguration; |