| Index: chrome/browser/gtk/task_manager_gtk.cc
|
| diff --git a/chrome/browser/gtk/task_manager_gtk.cc b/chrome/browser/gtk/task_manager_gtk.cc
|
| index 4532a03c31207b157648dee7ebe9cc1b090dd816..d0a29c0cd36192cbc364f7e2279d95a9d314e6ff 100644
|
| --- a/chrome/browser/gtk/task_manager_gtk.cc
|
| +++ b/chrome/browser/gtk/task_manager_gtk.cc
|
| @@ -348,7 +348,7 @@ void TaskManagerGtk::Init() {
|
| gtk_window_set_type_hint(GTK_WINDOW(dialog_), GDK_WINDOW_TYPE_HINT_NORMAL);
|
|
|
| // The response button should not be sensitive when the dialog is first opened
|
| - // because the selecetion is initially empty.
|
| + // because the selection is initially empty.
|
| gtk_dialog_set_response_sensitive(GTK_DIALOG(dialog_),
|
| kTaskManagerResponseKill, FALSE);
|
|
|
|
|