Merge lp:~pablorubianes-uy/clicompanion/dev into lp:clicompanion

Proposed by Pablo Rubianes
Status: Merged
Merged at revision: 111
Proposed branch: lp:~pablorubianes-uy/clicompanion/dev
Merge into: lp:clicompanion
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/LocalCommandList.py (+1/-1)
To merge this branch: bzr merge lp:~pablorubianes-uy/clicompanion/dev
Reviewer Review Type Date Requested Status
Duane Hinnen Approve
Review via email: mp+149186@code.launchpad.net

Description of the change

Fix in the misspelling of the cheatsheet list.

To post a comment you must log in.
Revision history for this message
Duane Hinnen (duanedesign) wrote :

thank you pablo

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/LocalCommandList.py'
2--- plugins/LocalCommandList.py 2012-01-12 20:51:02 +0000
3+++ plugins/LocalCommandList.py 2013-02-19 02:16:20 +0000
4@@ -485,7 +485,7 @@
5 else:
6 # Oops! Looks like there's no default cheatsheet.
7 # Then, create an empty cheatsheet.
8- open(self.ceatsheet, 'w').close()
9+ open(self.cheatsheet, 'w').close()
10 try:
11 dbg('Reading cheatsheet from file %s' % self.cheatsheet)
12 with open(self.cheatsheet, 'r') as ch_fd:

Subscribers

People subscribed via source and target branches