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 697771 - fix a typo of "fo" to "of" in building.xml
fix a typo of "fo" to "of" in building.xml
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
2.36.x
Other Linux
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-04-11 05:36 UTC by Jason Quinn
Modified: 2013-04-11 13:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to fix a typo of "fo" to "of" in building.xml (493 bytes, patch)
2013-04-11 05:36 UTC, Jason Quinn
accepted-commit_now Details | Review

Description Jason Quinn 2013-04-11 05:36:40 UTC
Created attachment 241226 [details] [review]
patch to fix a typo of "fo" to "of" in building.xml

diff --git a/docs/reference/glib/building.xml b/docs/reference/glib/building.xml
index 739cc45..ecb9458 100644
--- a/docs/reference/glib/building.xml
+++ b/docs/reference/glib/building.xml
@@ -400,7 +400,7 @@
       </para>
       <para>
         These options can be used to explicitly control whether
-        an implementation fo the printf() family should be included or not.
+        an implementation of the printf() family should be included or not.
       </para>
     </formalpara>
Comment 1 Colin Walters 2013-04-11 08:59:10 UTC
Review of attachment 241226 [details] [review]:

Yes.
Comment 2 Colin Walters 2013-04-11 09:02:16 UTC
Note: I had to make a "git format-patch" style patch myself; in the future please see https://live.gnome.org/GnomeLove/SubmittingPatches for how to do this yourself.

Thanks for the patch!
Comment 3 Jason Quinn 2013-04-11 13:49:43 UTC
Hi, Colin. Part of the reason I submitted such a small patch was to give it a test run. I figured there must instructions *somewhere* about how patches are best submitted and I even searched but all I found was

https://developer.gnome.org/glib/2.34/glib-resources.html

who's instructions are pretty simplistic. So technically, I followed glib's instructions (and I even updating them by producing a diff from git) but it still wasn't the correct way. The documentation needs more there to help newcomers. Either the glib.resources.html file should point to the URL you posted or some material should be incorporated into glib's docs.