[SCM] ktp-text-ui packaging branch, master, updated. debian/15.12.1-1-1918-gdf4b0ec

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:19:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-text-ui.git;a=commitdiff;h=ed9943c

The following commit has been merged in the master branch:
commit ed9943c19a1cbfb004976d481e55bec1911ce292
Author: Francesco Nwokeka <francesco.nwokeka at gmail.com>
Date:   Sun Sep 4 13:34:03 2011 +0200

    fix spelling mistakes as indicated by krazy
---
 app/chat-window.cpp  | 2 +-
 app/chat-window.h    | 2 +-
 lib/chat-text-edit.h | 2 +-
 lib/chat-widget.cpp  | 2 +-
 lib/chat-widget.h    | 8 ++++----
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app/chat-window.cpp b/app/chat-window.cpp
index 9f37beb..c1ae82d 100644
--- a/app/chat-window.cpp
+++ b/app/chat-window.cpp
@@ -542,7 +542,7 @@ void ChatWindow::startAudioCall(const Tp::AccountPtr& account, const Tp::Contact
 
 void ChatWindow::startFileTransfer(const Tp::AccountPtr& account, const Tp::ContactPtr& contact)
 {
-    // check for existance of ContactPtr
+    // check for existence of ContactPtr
     Q_ASSERT(contact);
 
     // use the keyword "FileTransferLastDirectory" for setting last used dir for file transfer
diff --git a/app/chat-window.h b/app/chat-window.h
index 0f25ab0..5288e59 100644
--- a/app/chat-window.h
+++ b/app/chat-window.h
@@ -101,7 +101,7 @@ private:
      */
     void removeChatTabSignals(ChatTab *chatTab);
 
-    /** connects the neccessary chat tab signals with slots in chatwindow
+    /** connects the necessary chat tab signals with slots in chatwindow
      * @param chatTab chatTab object to connect
      */
     void setupChatTabSignals(ChatTab *chatTab);
diff --git a/lib/chat-text-edit.h b/lib/chat-text-edit.h
index c086010..c643db2 100644
--- a/lib/chat-text-edit.h
+++ b/lib/chat-text-edit.h
@@ -33,7 +33,7 @@ public:
     QSize sizeHint() const;
 
 protected:
-    /// HACK this method is overidden to catch the ctrl+f signal for the toggleSearchBar.
+    /// HACK this method is overridden to catch the ctrl+f signal for the toggleSearchBar.
     void keyPressEvent(QKeyEvent *e);
 
     // reimplemented
diff --git a/lib/chat-widget.cpp b/lib/chat-widget.cpp
index 0bc3449..2e0d9b1 100644
--- a/lib/chat-widget.cpp
+++ b/lib/chat-widget.cpp
@@ -544,7 +544,7 @@ void ChatWidget::handleIncomingMessage(const Tp::ReceivedMessage &message)
         }
     }
 
-    //if the window isn't ready, we don't acknowledge the mesage. We process them as soon as we are ready.
+    //if the window isn't ready, we don't acknowledge the message. We process them as soon as we are ready.
 }
 
 void ChatWidget::notifyAboutIncomingMessage(const Tp::ReceivedMessage & message)
diff --git a/lib/chat-widget.h b/lib/chat-widget.h
index 06e98a1..7f43764 100644
--- a/lib/chat-widget.h
+++ b/lib/chat-widget.h
@@ -54,7 +54,7 @@ public:
     /** Returns the icon of this chat window */
     KIcon icon() const;
 
-    /** returns wether the chat is considered a group chat */
+    /** returns whether the chat is considered a group chat */
     bool isGroupChat() const;
 
     /** invalidates the use of the chat.
@@ -137,7 +137,7 @@ signals:
     void notificationClicked();
 
 private slots:
-    /** recieved when user changes search criteria or when searching for text */
+    /** received when user changes search criteria or when searching for text */
     void findTextInChat(const QString &text, QWebPage::FindFlags flags);
     void findNextTextInChat(const QString &text, QWebPage::FindFlags flags);
     void findPreviousTextInChat(const QString &text, QWebPage::FindFlags flags);
@@ -145,10 +145,10 @@ private slots:
     void windowActivated();
 
 private:
-    /** connects neccessary signals for the channel */
+    /** connects necessary signals for the channel */
     void setupChannelSignals();
 
-    /** connects neccessary signals for the contactModel */
+    /** connects necessary signals for the contactModel */
     void setupContactModelSignals();
 
     void incrementUnreadMessageCount();

-- 
ktp-text-ui packaging



More information about the pkg-kde-commits mailing list