Fix typo (s/expansive/expensive) (#389183)

2006-12-24  Bastien Nocera  <hadess@hadess.net>

	* gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive)
	(#389183)
This commit is contained in:
Bastien Nocera 2006-12-24 15:57:01 +00:00 committed by Bastien Nocera
parent 4f5e5b4834
commit 5a64bf97e1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-12-24 Bastien Nocera <hadess@hadess.net>
* gtk/gtkrecentmanager.c: Fix typo (s/expansive/expensive)
(#389183)
2006-12-24 Christian Persch <chpe@cvs.gnome.org>
* docs/reference/gtk/gtk-sections.txt:
@ -75,6 +80,7 @@
for replacing the selection via DND or copy-and-paste.
(#64998, Damon Chaplin, Sven Herzberg)
>>>>>>> 1.8517
2006-12-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkimmulticontext.c: Be careful to not override

View File

@ -614,7 +614,7 @@ build_recent_items_list (GtkRecentManager *manager)
* monitors the recently used resources list, and emits the "changed" signal
* each time something inside the list changes.
*
* #GtkRecentManager objects are expansive: be sure to create them only when
* #GtkRecentManager objects are expensive: be sure to create them only when
* needed. You should use the gtk_recent_manager_new_for_screen() or the
* gtk_recent_manager_get_default() functions instead.
*