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 785475 - uri: fix typo
uri: fix typo
Status: RESOLVED WONTFIX
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2017-07-27 05:14 UTC by Justin Kim
Modified: 2018-01-19 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
uri: fix typo (785 bytes, patch)
2017-07-27 05:14 UTC, Justin Kim
none Details | Review

Description Justin Kim 2017-07-27 05:14:34 UTC
Created attachment 356455 [details] [review]
uri: fix typo

Changed 'nul-terminated' to 'null-terminated'.
It has been sitting for a while.
Comment 1 Tim-Philipp Müller 2017-07-27 07:15:02 UTC
Not really a typo, "nul" is fine here (and we tend to use "null" only when it's a pointer), although we usually capitalise NUL. https://en.wikipedia.org/wiki/Null_character.
Comment 2 Tim-Philipp Müller 2018-01-19 18:27:39 UTC
I'd accept a patch to use "zero-terminated" or "NUL-terminated" or "0-terminated", but not "null-terminated", sorry :)

Please re-open if you care and have a patch :)