GNOME Bugzilla – Bug 785475
uri: fix typo
Last modified: 2018-01-19 18:27:39 UTC
Created attachment 356455 [details] [review] uri: fix typo Changed 'nul-terminated' to 'null-terminated'. It has been sitting for a while.
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.
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 :)