Merge lp:~paolorotolo/unity/fix-for-931382 into lp:unity

Proposed by Paolo Rotolo
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 2079
Proposed branch: lp:~paolorotolo/unity/fix-for-931382
Merge into: lp:unity
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/unityshell/unityshell.xml.in (+1/-1)
To merge this branch: bzr merge lp:~paolorotolo/unity/fix-for-931382
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+96432@code.launchpad.net

Commit message

Fix typo in plugins/unityshell/unityshell.xml.in: stoped → stopped. Fixes LP: #931382.

Description of the change

Fix typo in plugins/unityshell/unityshell.xml.in: stoped → stopped. Fixes LP: #931382.

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Thanks ;)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/unityshell/unityshell.xml.in'
2--- plugins/unityshell/unityshell.xml.in 2012-02-28 02:10:44 +0000
3+++ plugins/unityshell/unityshell.xml.in 2012-03-07 19:15:25 +0000
4@@ -323,7 +323,7 @@
5 </option>
6 <option name="stop_velocity" type="int">
7 <_short>Edge Stop Velocity</_short>
8- <_long>The maximum velocity at which the mouse will still be stoped</_long>
9+ <_long>The maximum velocity at which the mouse will still be stopped</_long>
10 <default>65</default>
11 <min>1</min>
12 <max>1000</max>