docs: use apostrophe in *'ve

This commit is contained in:
William Jon McCann
2014-02-07 13:38:26 -05:00
parent a4b5929e81
commit fa3f1e1488
8 changed files with 8 additions and 8 deletions

View File

@ -44,7 +44,7 @@
*
* When widgets receive an event, they frequently emit one or more
* “signals”. Signals notify your program that "something
* interesting happened" by invoking functions you've connected to the signal
* interesting happened" by invoking functions youve connected to the signal
* with g_signal_connect(). Functions connected to a signal are often termed
* “callbacks”.
*