Bug 24974 - function name checkCategorie isn't proper English
Summary: function name checkCategorie isn't proper English
Status: RESOLVED FIXED
Alias: None
Product: PyXDG
Classification: Unclassified
Component: PyXDG (show other bugs)
Version: unspecified
Hardware: All All
: low trivial
Assignee: Thomas Kluyver
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-07 05:22 UTC by Sense Hofstede
Modified: 2012-07-23 23:18 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
Change checkCategorie to checkCategories (186 bytes, patch)
2009-11-07 05:27 UTC, Sense Hofstede
Details | Splinter Review

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.