Corrected a typo in several files.

Sun, 13 May 2018 12:53:27 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sun, 13 May 2018 12:53:27 +0200
changeset 6285
045dc4c38701
parent 6284
ffb74364ac2b
child 6286
2c8a751d6137

Corrected a typo in several files.

Project/ProjectBrowser.py file | annotate | diff | comparison | revisions
QScintilla/Editor.py file | annotate | diff | comparison | revisions
QScintilla/QsciScintillaCompat.py file | annotate | diff | comparison | revisions
--- a/Project/ProjectBrowser.py	Sun May 13 12:52:23 2018 +0200
+++ b/Project/ProjectBrowser.py	Sun May 13 12:53:27 2018 +0200
@@ -163,7 +163,7 @@
         self.project.projectPropertiesChanged.connect(
             self.poBrowser._initMenusAndVcs)
         
-        # add signal connection to ourself
+        # add signal connection to ourselves
         self.project.projectOpened.connect(self.__projectOpened)
         self.project.projectClosed.connect(self.__projectClosed)
         self.project.newProject.connect(self.__newProject)
--- a/QScintilla/Editor.py	Sun May 13 12:52:23 2018 +0200
+++ b/QScintilla/Editor.py	Sun May 13 12:53:27 2018 +0200
@@ -5335,7 +5335,7 @@
                     (self.project.isPy3Project() or
                         self.project.isPy2Project())
         
-        # now check ourself
+        # now check ourselves
         fn = self.getFileName()
         if fn is not None:
             tfn = Utilities.getTestFileName(fn)
@@ -5758,7 +5758,7 @@
                 if os.path.isfile(tf):
                     files.append(tf)
         
-        # now check, if there are coverage files belonging to ourself
+        # now check, if there are coverage files belonging to ourselves
         fn = self.getFileName()
         if fn is not None:
             tfn = Utilities.getTestFileName(fn)
@@ -5936,7 +5936,7 @@
                 if os.path.isfile(tf):
                     files.append(tf)
         
-        # now check, if there are profile files belonging to ourself
+        # now check, if there are profile files belonging to ourselves
         fn = self.getFileName()
         if fn is not None:
             tfn = Utilities.getTestFileName(fn)
--- a/QScintilla/QsciScintillaCompat.py	Sun May 13 12:52:23 2018 +0200
+++ b/QScintilla/QsciScintillaCompat.py	Sun May 13 12:53:27 2018 +0200
@@ -1402,7 +1402,7 @@
         Public method to handle events.
         
         Note: We are not interested in the standard QsciScintilla event
-        handling because we do it our self.
+        handling because we do it ourselves.
         
         @param evt event object to handle (QEvent)
         @return result of the event handling (boolean)

eric ide

mercurial