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 729473 - FileChooser: typos in gtk_file_chooser_set_local_only ()
FileChooser: typos in gtk_file_chooser_set_local_only ()
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Documentation
3.13.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-05-03 19:46 UTC by Steve Dodier
Modified: 2014-05-06 00:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix typos in gtk_file_chooser_set_local_only (1.18 KB, patch)
2014-05-04 15:16 UTC, Marcus Karlsson
committed Details | Review

Description Steve Dodier 2014-05-03 19:46:42 UTC
The doc for gtk_file_chooser_set_local_only () reads:
"... then the selected file are files are guaranteed to be accessible through the operating systems native file file system ..."

I suspect it should be "or" instead of "are", and "file" is duplicated. Which gives:
"... then the selected file or files are guaranteed to be accessible through the operating systems native file system ..."

Thanks.
Comment 1 Marcus Karlsson 2014-05-04 15:16:35 UTC
Created attachment 275811 [details] [review]
fix typos in gtk_file_chooser_set_local_only

Thanks. I have created a patch which implemented the proposed changes.
Comment 2 Matthias Clasen 2014-05-05 11:25:08 UTC
Review of attachment 275811 [details] [review]:

looks good, thanks