Merge lp:~mc-return/unity/unity.merge-fix-typos into lp:unity
| Status: | Merged |
|---|---|
| Approved by: | Tim Penhey on 2012-08-27 |
| Approved revision: | 2491 |
| Merged at revision: | 2626 |
| Proposed branch: | lp:~mc-return/unity/unity.merge-fix-typos |
| Merge into: | lp:unity |
| Diff against target: |
447 lines (+66/-66) 15 files modified
launcher/LauncherController.cpp (+2/-2) panel/PanelMenuView.cpp (+2/-2) plugins/unityshell/src/nux-area-accessible.cpp (+23/-23) plugins/unityshell/src/nux-area-accessible.h (+2/-2) plugins/unityshell/src/nux-base-window-accessible.cpp (+5/-5) plugins/unityshell/src/nux-layout-accessible.cpp (+1/-1) plugins/unityshell/src/nux-object-accessible.cpp (+4/-4) plugins/unityshell/src/nux-view-accessible.cpp (+3/-3) plugins/unityshell/src/unity-root-accessible.cpp (+1/-1) plugins/unityshell/src/unitya11y.cpp (+14/-14) plugins/unityshell/src/unitya11ytests.cpp (+1/-1) plugins/unityshell/src/unityshell.cpp (+3/-3) shortcuts/ShortcutController.cpp (+2/-2) shortcuts/StandaloneShortcuts.cpp (+1/-1) unity-shared/UBusMessages.h (+2/-2) |
| To merge this branch: | bzr merge lp:~mc-return/unity/unity.merge-fix-typos |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Tim Penhey (community) | 2012-07-23 | Approve on 2012-08-27 | |
| Brandon Schaefer (community) | Approve on 2012-08-17 | ||
| MC Return (community) | Resubmit on 2012-08-15 | ||
|
Review via email:
|
|||
This proposal supersedes a proposal from 2012-07-09.
Commit Message
Fixed many minor typos.
Description of the Change
Fixes several minor typos
| MC Return (mc-return) wrote : | # |
Fixed. :)
| Unity Merger (unity-merger) wrote : | # |
The Jenkins job https:/
Not merging it.
| Tim Penhey (thumper) wrote : | # |
It took me a while to figure out exactly what was going on.
You changed
UBUS_LAUNCHER_
to
UBUS_LAUNCHER_
But you didn't update the original source definition. Can you find and fix that one too plz?
| MC Return (mc-return) wrote : | # |
> It took me a while to figure out exactly what was going on.
>
> You changed
> UBUS_LAUNCHER_
> to
> UBUS_LAUNCHER_
>
> But you didn't update the original source definition. Can you find and fix
> that one too plz?
Oh, sorry. I should have checked that one myself. I hope this time I got all instances.
Should be fixed now.
| Unity Merger (unity-merger) wrote : | # |
The Jenkins job https:/
Not merging it.
| Unity Merger (unity-merger) wrote : | # |
The Jenkins job https:/
Not merging it.
| MC Return (mc-return) wrote : | # |
There are still SWTICHER->SWITCHER typos I've missed. I fixed it locally, but at the moment I am unfortunately having problems updating my branches (Write failed: Broken pipe).


Thanks for this.
Just one point:
s/the objects destruction/the object's destruction/