Fixed some typos in source docu. 5_2_x

Mon, 29 Oct 2012 19:22:24 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 29 Oct 2012 19:22:24 +0100
branch
5_2_x
changeset 2167
d655e3d404a6
parent 2161
32591cea4dba
child 2176
293f3b9a8201

Fixed some typos in source docu.

DebugClients/Python/DebugBase.py file | annotate | diff | comparison | revisions
DebugClients/Python3/DebugBase.py file | annotate | diff | comparison | revisions
Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/eric5.DebugClients.Python.DebugBase.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.DebugClients.Python3.DebugBase.html file | annotate | diff | comparison | revisions
Documentation/Source/eric5.install.html file | annotate | diff | comparison | revisions
Plugins/AboutPlugin/AboutDialog.py file | annotate | diff | comparison | revisions
--- a/DebugClients/Python/DebugBase.py	Wed Oct 24 10:30:25 2012 +0200
+++ b/DebugClients/Python/DebugBase.py	Mon Oct 29 19:22:24 2012 +0100
@@ -144,7 +144,7 @@
     
     def profile(self, frame, event, arg):
         """
-        Public method used to trace some stuff independant of the debugger
+        Public method used to trace some stuff independent of the debugger
         trace function.
         
         @param frame The current stack frame.
--- a/DebugClients/Python3/DebugBase.py	Wed Oct 24 10:30:25 2012 +0200
+++ b/DebugClients/Python3/DebugBase.py	Mon Oct 29 19:22:24 2012 +0100
@@ -143,7 +143,7 @@
     
     def profile(self, frame, event, arg):
         """
-        Public method used to trace some stuff independant of the debugger
+        Public method used to trace some stuff independent of the debugger
         trace function.
         
         @param frame The current stack frame.
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Wed Oct 24 10:30:25 2012 +0200
+++ b/Documentation/Help/source.qhp	Mon Oct 29 19:22:24 2012 +0100
@@ -11182,6 +11182,7 @@
       <keyword name="setVarFilters" id="setVarFilters" ref="eric5.Preferences.__init__.html#setVarFilters" />
       <keyword name="setViewManager" id="setViewManager" ref="eric5.Preferences.__init__.html#setViewManager" />
       <keyword name="shouldResetLayout" id="shouldResetLayout" ref="eric5.Preferences.__init__.html#shouldResetLayout" />
+      <keyword name="shutilCopy" id="shutilCopy" ref="eric5.install.html#shutilCopy" />
       <keyword name="simpleAppStartup" id="simpleAppStartup" ref="eric5.Utilities.Startup.html#simpleAppStartup" />
       <keyword name="sort" id="sort" ref="eric5.Graphics.GraphicsUtilities.html#sort" />
       <keyword name="splitPath" id="splitPath" ref="eric5.Utilities.__init__.html#splitPath" />
--- a/Documentation/Source/eric5.DebugClients.Python.DebugBase.html	Wed Oct 24 10:30:25 2012 +0200
+++ b/Documentation/Source/eric5.DebugClients.Python.DebugBase.html	Mon Oct 29 19:22:24 2012 +0100
@@ -131,7 +131,7 @@
 <td>Public method to return the broken state of the debugger.</td>
 </tr><tr>
 <td><a href="#DebugBase.profile">profile</a></td>
-<td>Public method used to trace some stuff independant of the debugger trace function.</td>
+<td>Public method used to trace some stuff independent of the debugger trace function.</td>
 </tr><tr>
 <td><a href="#DebugBase.setRecursionDepth">setRecursionDepth</a></td>
 <td>Public method to determine the current recursion depth.</td>
@@ -475,7 +475,7 @@
 <h4>DebugBase.profile</h4>
 <b>profile</b>(<i>frame, event, arg</i>)
 <p>
-        Public method used to trace some stuff independant of the debugger
+        Public method used to trace some stuff independent of the debugger
         trace function.
 </p><dl>
 <dt><i>frame</i></dt>
--- a/Documentation/Source/eric5.DebugClients.Python3.DebugBase.html	Wed Oct 24 10:30:25 2012 +0200
+++ b/Documentation/Source/eric5.DebugClients.Python3.DebugBase.html	Mon Oct 29 19:22:24 2012 +0100
@@ -134,7 +134,7 @@
 <td>Public method to return the broken state of the debugger.</td>
 </tr><tr>
 <td><a href="#DebugBase.profile">profile</a></td>
-<td>Public method used to trace some stuff independant of the debugger trace function.</td>
+<td>Public method used to trace some stuff independent of the debugger trace function.</td>
 </tr><tr>
 <td><a href="#DebugBase.setRecursionDepth">setRecursionDepth</a></td>
 <td>Public method to determine the current recursion depth.</td>
@@ -489,7 +489,7 @@
 <h4>DebugBase.profile</h4>
 <b>profile</b>(<i>frame, event, arg</i>)
 <p>
-        Public method used to trace some stuff independant of the debugger
+        Public method used to trace some stuff independent of the debugger
         trace function.
 </p><dl>
 <dt><i>frame</i></dt>
--- a/Documentation/Source/eric5.install.html	Wed Oct 24 10:30:25 2012 +0200
+++ b/Documentation/Source/eric5.install.html	Mon Oct 29 19:22:24 2012 +0100
@@ -86,6 +86,9 @@
 <td><a href="#pyName">pyName</a></td>
 <td>Local function to create the Python source file name for the compiled .ui file.</td>
 </tr><tr>
+<td><a href="#shutilCopy">shutilCopy</a></td>
+<td>Wrapper function around shutil.copy() to ensure the permissions.</td>
+</tr><tr>
 <td><a href="#usage">usage</a></td>
 <td>Display a usage message and exit.</td>
 </tr><tr>
@@ -330,6 +333,22 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="shutilCopy" ID="shutilCopy"></a>
+<h2>shutilCopy</h2>
+<b>shutilCopy</b>(<i>src, dst</i>)
+<p>
+    Wrapper function around shutil.copy() to ensure the permissions.
+</p><dl>
+<dt><i>src</i></dt>
+<dd>
+source file name (string)
+</dd><dt><i>dst</i></dt>
+<dd>
+destination file name or directory name (string)
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="usage" ID="usage"></a>
 <h2>usage</h2>
 <b>usage</b>(<i>rcode=2</i>)
--- a/Plugins/AboutPlugin/AboutDialog.py	Wed Oct 24 10:30:25 2012 +0200
+++ b/Plugins/AboutPlugin/AboutDialog.py	Mon Oct 29 19:22:24 2012 +0100
@@ -68,7 +68,7 @@
 """Phil Thompson for providing PyQt and QScintilla and pushing me into this business.
 
 Andrew Bushnell of Fluent Inc. for contributing the multithreading debugger
-and a bunch of fixes to enhance the platform independance.
+and a bunch of fixes to enhance the platform independence.
 
 Alexander Darovsky and Mikhail Terekhov for providing Russian translations.
 Julien Vienne for providing French translations.

eric ide

mercurial