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

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