Skip to content

Commit e31962d

Browse files
committed
Fix spelling error.
1 parent de330bc commit e31962d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/gtkmm/NotebookWindow.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2443,7 +2443,7 @@ bool remove_recursive(const gchar* path)
24432443

24442444
void NotebookWindow::on_tools_clear_cache()
24452445
{
2446-
Gtk::MessageDialog prog("Removing cached libary files, please wait...", false, Gtk::MESSAGE_INFO, Gtk::BUTTONS_OK, true);
2446+
Gtk::MessageDialog prog("Removing cached library files, please wait...", false, Gtk::MESSAGE_INFO, Gtk::BUTTONS_OK, true);
24472447
prog.set_transient_for(*this);
24482448
prog.set_title("Clearing cache");
24492449
prog.show_all();

0 commit comments

Comments
 (0)