GNOME Bugzilla – Bug 697771
fix a typo of "fo" to "of" in building.xml
Last modified: 2013-04-11 13:49:43 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>
Review of attachment 241226 [details] [review]: Yes.
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!
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.