From 242a2c6556bea1b9c2150d4a55069a1285ec4968 Mon Sep 17 00:00:00 2001 From: tedjk Date: Fri, 15 May 2015 09:44:51 +0200 Subject: [PATCH] some typo --- juci/notebook.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/juci/notebook.cc b/juci/notebook.cc index cb3e159..407eb2c 100644 --- a/juci/notebook.cc +++ b/juci/notebook.cc @@ -25,7 +25,7 @@ Notebook::Controller::Controller(Gtk::Window* window, Keybindings::Controller& k ispopup = false; view().pack1(directories_.widget(), true, true); CreateKeybindings(keybindings); - INFO("Notebook Controller Sucsess"); + INFO("Notebook Controller Success"); } // Constructor