[Pywps-commits] r635 - branches/pywps-3.0/pywps/Wps

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Wed Sep 17 14:23:58 CEST 2008


Author: pana
Date: 2008-09-17 14:23:57 +0200 (Wed, 17 Sep 2008)
New Revision: 635

Modified:
   branches/pywps-3.0/pywps/Wps/DescribeProcess.py
Log:
Fixed a typo


Modified: branches/pywps-3.0/pywps/Wps/DescribeProcess.py
===================================================================
--- branches/pywps-3.0/pywps/Wps/DescribeProcess.py	2008-09-17 12:09:50 UTC (rev 634)
+++ branches/pywps-3.0/pywps/Wps/DescribeProcess.py	2008-09-17 12:23:57 UTC (rev 635)
@@ -162,7 +162,7 @@
             if output.type == "ComplexValue":
                 processOutput["complexvalue"] = 1
                 self.complexValue(output,processOutput)
-            if output.type == "BoudningBoxValue":
+            if output.type == "BoundingBoxValue":
                 processOutput["boundingboxvalue"] = 1
                 self.bboxValue(output,processOutput)
             processOutputs.append(processOutput)



More information about the Pywps-commits mailing list