From db87e541891cca731172445b7edea04add87938c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 2 Apr 2015 20:16:32 +0200 Subject: typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/__main__.py b/src/__main__.py index 722e453..cfda11d 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -492,7 +492,7 @@ def setproctitle(title): # of slashes in the title. At least that is # the observed behaviour when using procps-ng. title = title.split('/')[-1] - # Create strng buffer with title + # Create string buffer with title title = title.encode(sys.getdefaultencoding(), 'replace') title = ctypes.create_string_buffer(title) if 'linux' in sys.platform: -- cgit v1.2.3-70-g09d2