[gnote] Fix spelling in PinnedNotesNotebook method



commit 80dededea2184681440ff2e6ec9cf4fafa919b64
Author: Aurimas Äernius <aurisc4 gmail com>
Date:   Mon Nov 12 23:30:38 2012 +0200

    Fix spelling in PinnedNotesNotebook method
    
    Method is get_normalized_name.

 src/notebooks/notebook.cpp |    2 +-
 src/notebooks/notebook.hpp |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/notebooks/notebook.cpp b/src/notebooks/notebook.cpp
index 06de039..1a45cea 100644
--- a/src/notebooks/notebook.cpp
+++ b/src/notebooks/notebook.cpp
@@ -279,7 +279,7 @@ namespace notebooks {
   {
   }
 
-  std::string PinnedNotesNotebook::get_notmalized_name() const
+  std::string PinnedNotesNotebook::get_normalized_name() const
   {
     return "___NotebookManager___PinnedNotes__Notebook___";
   }
diff --git a/src/notebooks/notebook.hpp b/src/notebooks/notebook.hpp
index a386a59..bac1793 100644
--- a/src/notebooks/notebook.hpp
+++ b/src/notebooks/notebook.hpp
@@ -133,7 +133,7 @@ class PinnedNotesNotebook
 public:
   typedef std::tr1::shared_ptr<PinnedNotesNotebook> Ptr;
   PinnedNotesNotebook();
-  virtual std::string get_notmalized_name() const;
+  virtual std::string get_normalized_name() const;
   virtual bool        contains_note(const Note::Ptr &);
   virtual bool        add_note(const Note::Ptr &);
   virtual Glib::RefPtr<Gdk::Pixbuf> get_icon();



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]