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:51 +00:00
committed by Bastien Nocera
parent 5e1f733d75
commit 6b7b50e6e0
2 changed files with 6 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 Carlos Garcia Campos <carlosgc@gnome.org>
* gtk/gtkpagesetupunixdialog.c: Don't ignore reverse portrait option

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.
*