Skip to content

Commit

Permalink
Fix misspellings using 'codespell' tool
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Nov 6, 2013
1 parent 0688438 commit 2ecfc45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mss.py
Expand Up @@ -340,7 +340,7 @@ def enum_display_monitors(self):
return results

def get_pixels(self, monitor):
''' Retreive all pixels from a monitor. Pixels have to be RGB.
''' Retrieve all pixels from a monitor. Pixels have to be RGB.
'''

self.debug('get_pixels')
Expand Down Expand Up @@ -511,7 +511,7 @@ def enum_display_monitors(self):
return results

def get_pixels(self, monitor):
''' Retreive all pixels from a monitor. Pixels have to be RGB.
''' Retrieve all pixels from a monitor. Pixels have to be RGB.
'''

self.debug('get_pixels')
Expand Down Expand Up @@ -640,7 +640,7 @@ def _callback(monitor, dc, rect, data):
return results

def get_pixels(self, monitor):
''' Retreive all pixels from a monitor. Pixels have to be RGB. '''
''' Retrieve all pixels from a monitor. Pixels have to be RGB. '''

self.debug('get_pixels')

Expand Down

0 comments on commit 2ecfc45

Please sign in to comment.