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 658520 - Fixed typos in error messages in gio.
Fixed typos in error messages in gio.
Status: RESOLVED DUPLICATE of bug 640212
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-09-08 03:01 UTC by Tiffany Antopolski
Modified: 2011-09-08 12:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed typos in error messages in gio. (1.79 KB, patch)
2011-09-08 03:01 UTC, Tiffany Antopolski
needs-work Details | Review
clarification wrt to calling stat () (2.38 KB, patch)
2011-09-08 07:43 UTC, Tiffany Antopolski
none Details | Review

Description Tiffany Antopolski 2011-09-08 03:01:03 UTC
While translating glib, I found 3 strings which I believe
to be typos.  I am attaching the patch that fixes the 
typos.
Comment 1 Tiffany Antopolski 2011-09-08 03:01:05 UTC
Created attachment 195946 [details] [review]
Fixed typos in error messages in gio.

The fix changes 'stating' to 'statting'.
Comment 2 Matthias Clasen 2011-09-08 03:47:38 UTC
Review of attachment 195946 [details] [review]:

I don't think statting is any better than stating, tbh. 
How about 'Error calling stat() on file...' ?
Comment 3 Tiffany Antopolski 2011-09-08 07:43:53 UTC
Created attachment 195953 [details] [review]
clarification wrt to calling stat ()
Comment 4 Tiffany Antopolski 2011-09-08 07:45:02 UTC
I agree.  I had used "statting" as it was used in another error message, and wanted to stay consistent.  Here is another proposed patch, taking your advice.
Comment 5 Dan Winship 2011-09-08 12:35:36 UTC
bug 640212 suggests "error getting information for file"

*** This bug has been marked as a duplicate of bug 640212 ***