Description: Fix typos Fix typos, changing 'proccess'/'proccessing' to 'process'/'processing' Origin/Author: Robert Roth Bug-Ubuntu: https://bugs.launchpad.net/bugs/640437 Index: gtk-recordmydesktop-0.3.8/src/rmdStrings.py =================================================================== --- gtk-recordmydesktop-0.3.8.orig/src/rmdStrings.py 2011-03-16 11:43:30.334708715 -0400 +++ gtk-recordmydesktop-0.3.8/src/rmdStrings.py 2011-03-16 11:43:06.824674231 -0400 @@ -28,7 +28,7 @@ 9*256:_('Cannot connect to Xserver.'), 10*256:_('Color depth is not 24bpp.'), 11*256:_('Improper window specification.'), - 12*256:_('Cannot attach shared memory to proccess.'), + 12*256:_('Cannot attach shared memory to process.'), 13*256:_('Cannot open file for writting.'), 14*256:_('Cannot load the Jack library (dlopen/dlsym error on libjack.so).'), 15*256:_('Cannot create new client.'), @@ -49,7 +49,7 @@ _('Click to start the recording.\nThis window will hide itself.'), _('Click to choose a filename and location.\nDefault is out.ogv in your home folder.\nIf the file already exists, the new one\nwill have a number attached on its name\n(this behavior can be changed )'), _('Click to exit the program.'), - _('Select the video quality of your recording.\n(Lower quality will require more proccessing power,\nso it\'s recommended, when encoding on the fly,\nto leave at 100)'), + _('Select the video quality of your recording.\n(Lower quality will require more processing power,\nso it\'s recommended, when encoding on the fly,\nto leave at 100)'), _('Enable/Disable sound recording.'), _('Select the audio quality of your recording.'), _('Click here to access more options.')] @@ -61,7 +61,7 @@ } monStrings={'Cancel':_("Cancel"), - 'PleaseWait':_("Please wait while your recording is being encoded\nWARNING!!!\nIf you press Cancel or close this window,\nthis proccess cannot be resumed!"), + 'PleaseWait':_("Please wait while your recording is being encoded\nWARNING!!!\nIf you press Cancel or close this window,\nthis process cannot be resumed!"), 'complete':_("complete") }