Merge lp:~elopio/unity-2d/comment-typo into lp:unity-2d

Proposed by Leo Arias
Status: Merged
Approved by: Albert Astals Cid
Approved revision: 1056
Merged at revision: 1057
Proposed branch: lp:~elopio/unity-2d/comment-typo
Merge into: lp:unity-2d
Diff against target: 12 lines (+1/-1)
1 file modified
tests/misc/lib/testhelper.rb (+1/-1)
To merge this branch: bzr merge lp:~elopio/unity-2d/comment-typo
Reviewer Review Type Date Requested Status
Albert Astals Cid (community) Approve
Review via email: mp+101413@code.launchpad.net

Commit message

Fixed typo on comment. (shutdwn -> shutdown)

Description of the change

Just a trivial fix for a typo on a comment.
UNBLOCK

To post a comment you must log in.
Revision history for this message
Albert Astals Cid (aacid) wrote :

Thanks :-)

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/misc/lib/testhelper.rb'
2--- tests/misc/lib/testhelper.rb 2012-01-24 11:47:05 +0000
3+++ tests/misc/lib/testhelper.rb 2012-04-10 16:47:33 +0000
4@@ -4,7 +4,7 @@
5 $LOAD_PATH.unshift File.expand_path(dir + '/../lib')
6 $TEST_DIR = File.dirname(File.expand_path(__FILE__))
7
8-# Enable a startup and shutdwn method for each test case
9+# Enable a startup and shutdown method for each test case
10 # From https://github.com/freerange/test_startup
11 module TestStartupAndShutdown
12 def startup(&block)

Subscribers

People subscribed via source and target branches