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 757613 - gtkmm.org typos
gtkmm.org typos
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: documentation
3.18.x
Other All
: Normal minor
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2015-11-04 23:02 UTC by Anders Jonsson
Modified: 2015-11-06 10:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix typos (debain, packagement) (2.35 KB, patch)
2015-11-04 23:07 UTC, Anders Jonsson
none Details | Review
Fix typo and link (1.89 KB, patch)
2015-11-05 21:08 UTC, Anders Jonsson
committed Details | Review

Description Anders Jonsson 2015-11-04 23:02:17 UTC
Hi,
found two typos on the gtkmm.org website. 


In C/extra.xml:

<ulink url="http://www.debain.org/software/gip/">Gip</ulink> IP address calculator


Here Debian is misspelled, but the link needs more changing to work. https://packages.debian.org/sid/gip works fine.


In C/download.xml:

"packagement management"

packagement -> "package"
Comment 1 Anders Jonsson 2015-11-04 23:07:56 UTC
Created attachment 314860 [details] [review]
Fix typos (debain, packagement)

This fixes the typos and replaces the link with a working Debian link to the package gip.
Comment 2 Kjell Ahlstedt 2015-11-05 18:08:52 UTC
Your patch also removes the byte order mark (BOM, 0xFEFF) from the beginning of
the xml files that it modifies. Deliberately or accidentally?

I'm sure it doesn't matter. BOM is not necessary in xml files with UTF-8 encoding.
I don't know why all xml files except main.xml in gnomemm-website/docs/C begin
with a BOM.
Comment 3 Anders Jonsson 2015-11-05 21:07:35 UTC
(In reply to Kjell Ahlstedt from comment #2)
> Your patch also removes the byte order mark (BOM, 0xFEFF) from the beginning
> of
> the xml files that it modifies. Deliberately or accidentally?

That was accidental. Thanks for pointing it out. Apparently emacs didn't like the BOM.
Comment 4 Anders Jonsson 2015-11-05 21:08:54 UTC
Created attachment 314940 [details] [review]
Fix typo and link

Minimal patch this time. Gedit didn't remove the BOMs.
Comment 5 Kjell Ahlstedt 2015-11-06 10:10:07 UTC
Review of attachment 314940 [details] [review]:

Thanks. I have pushed your patch.