After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 663470 - Typo: -dependant- should be -dependent-
Typo: -dependant- should be -dependent-
Status: RESOLVED FIXED
Product: planner
Classification: Other
Component: General
0.14.x
Other Linux
: Normal trivial
: ---
Assigned To: Alexandre Franke
planner-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-05 20:31 UTC by jmaslibre
Modified: 2012-03-05 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this bug. (37.66 KB, patch)
2011-11-05 20:31 UTC, jmaslibre
committed Details | Review

Description jmaslibre 2011-11-05 20:31:17 UTC
Created attachment 200777 [details] [review]
Patch to fix this bug.

The file src/planner-window.c
says:

"dependant on each other.\n"

it should be:

"dependent on each other.\n"

(the PO files have the same problem)

I am sending you a patch attached that fixes the typo in all the files.
Comment 1 Alexandre Franke 2011-12-22 23:32:41 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report and your patch.

It would be nice if you could use git format-patch to generate your patch next time, so that I can use git am and/or git bz apply.