[Inteproxy-commits] r184 - in trunk: . inteproxy

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Mar 10 16:16:53 CET 2009


Author: bh
Date: 2009-03-10 16:16:50 +0100 (Tue, 10 Mar 2009)
New Revision: 184

Modified:
   trunk/ChangeLog
   trunk/inteproxy/app.py
Log:
* inteproxy/app.py (InteProxyApplication): Fix typos in doc string


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-12-19 09:14:13 UTC (rev 183)
+++ trunk/ChangeLog	2009-03-10 15:16:50 UTC (rev 184)
@@ -1,3 +1,7 @@
+2009-03-10  Bernhard Herzog  <bh at intevation.de>
+
+	* inteproxy/app.py (InteProxyApplication): Fix typos in doc string
+
 2008-12-19  Stephan Holl  <stephan.holl at intevation.de>
 
 	* packaging/OpenSuSE10.2/inteproxy-opensuse-10.2.spec: New. New

Modified: trunk/inteproxy/app.py
===================================================================
--- trunk/inteproxy/app.py	2008-12-19 09:14:13 UTC (rev 183)
+++ trunk/inteproxy/app.py	2009-03-10 15:16:50 UTC (rev 184)
@@ -1,4 +1,4 @@
-# Copyright (C) 2007 by Intevation GmbH
+# Copyright (C) 2007, 2009 by Intevation GmbH
 # Authors:
 # Bernhard Herzog <bh at intevation.de>
 #
@@ -14,7 +14,7 @@
 
     """Base Application object
 
-    An InteProxyApplication instance servers as the basis of the user
+    An InteProxyApplication instance serves as the basis of the user
     interface of InteProxy.  This base class implements some basic
     functionality needed by all InteProxy application objects.  Derived
     classes provide a concrete user interface with e.g. a real GUI or a
@@ -24,7 +24,7 @@
     actual proxy.  It can be any server object compatible with
     inteproxy.httpserver.ServerThread, but it will usually be an
     inteproxy.proxycore.MasterWorkerServer instance.
-    InteProxyApplication can can run this server in a separate thread.
+    InteProxyApplication may run this server in a separate thread.
     """
 
     def __init__(self, server):



More information about the Inteproxy-commits mailing list