Fix one-character typo in old NEWS entry

Change a very confusing typo "will not" -> "will now" about the
g_critical() on removing non-existent sources.

https://bugzilla.gnome.org/show_bug.cgi?id=721625
This commit is contained in:
Ryan Lortie 2014-01-06 13:58:41 -05:00
parent eb7ef594de
commit 210f96dfcf

2
NEWS
View File

@ -330,7 +330,7 @@ Overview of changes from GLib 2.38.0 to GLib 2.39.0
- fix handling of overflowing the 'next source id' counter
- g_source_remove() will not throw a critical in the case that you
- g_source_remove() will now throw a critical in the case that you
try to remove a non-existent source. We expect that there is some
code in the wild that will fall afoul of this new critical but
considering that we now reuse source IDs, this code is already