summaryrefslogtreecommitdiff
path: root/cpp/bindings/qmf2/examples/python
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-08-13 14:22:57 +0000
committerTed Ross <tross@apache.org>2010-08-13 14:22:57 +0000
commit48956072b60c7ef08b5fb5df5d91d5bb0d9e0f25 (patch)
tree83b2d7b6a53fe2e514d484b2dce3dc8da6e43b87 /cpp/bindings/qmf2/examples/python
parent9eb2bdc304b336ad8dd6b4bfb7e6bf94cf4bc9c0 (diff)
downloadqpid-python-48956072b60c7ef08b5fb5df5d91d5bb0d9e0f25.tar.gz
QPID-2792 - Added C++ example agent.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@985207 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/bindings/qmf2/examples/python')
-rwxr-xr-xcpp/bindings/qmf2/examples/python/agent.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/bindings/qmf2/examples/python/agent.py b/cpp/bindings/qmf2/examples/python/agent.py
index c092c5ac30..a915ed59b1 100755
--- a/cpp/bindings/qmf2/examples/python/agent.py
+++ b/cpp/bindings/qmf2/examples/python/agent.py
@@ -94,7 +94,7 @@ class ExampleAgent(AgentHandler):
package = "com.profitron.bntor"
##
- ## Declare a schema for a structure exception that can be used in failed
+ ## Declare a schema for a structured exception that can be used in failed
## method invocations.
##
self.sch_exception = Schema(SCHEMA_TYPE_DATA, package, "exception")