Remove usage of the grave accent as quotation mark

See:

  http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html

This should make Thomas happy.
This commit is contained in:
Emmanuele Bassi
2009-03-17 14:12:01 +00:00
parent 39e2b43b22
commit ccca24ab76
25 changed files with 118 additions and 127 deletions

View File

@ -155,7 +155,7 @@ json_object_add_member (JsonObject *object,
if (json_object_has_member (object, member_name))
{
g_warning ("JsonObject already has a `%s' member of type `%s'",
g_warning ("JsonObject already has a '%s' member of type '%s'",
member_name,
json_node_type_name (node));
return;