Bug 24974

Summary: function name checkCategorie isn't proper English
Product: PyXDG Reporter: Sense Hofstede <sense>
Component: PyXDGAssignee: Thomas Kluyver <thomas>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: low    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Change checkCategorie to checkCategories

Description Sense Hofstede 2009-11-07 05:22:36 UTC
In the file DesktopEntry.py of pyxdg you'll find the method DesktopEntry.checkCategorie(value) at line 378 (version 0.18). This isn't correct English, which could create confusion. I suggest to change the name to DesktopEntry.checkCategories(value)

There is a reference to this function at line 269 (version 0.18) of the same file.
Comment 1 Sense Hofstede 2009-11-07 05:27:01 UTC
Created attachment 31037 [details] [review]
Change checkCategorie to checkCategories

This patch was generated with diff.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.