Trivial typo fix (also tests OpenSRF buildbot)
authordbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 25 Jan 2011 18:15:22 +0000 (18:15 +0000)
committerdbs <dbs@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 25 Jan 2011 18:15:22 +0000 (18:15 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2148 9efc2488-bf62-4759-914b-345cdb29e865

src/python/osrf/app.py

index 32eae70..ae00270 100644 (file)
@@ -43,7 +43,7 @@ class Method(object):
 class Application(object):
     ''' Base class for OpenSRF applications.  Provides static methods
         for loading and registering applications as well as common 
-        applicatoin methods. '''
+        application methods. '''
 
     # global application handle
     application = None