diff options
author | Ted Ross <tross@apache.org> | 2009-01-15 12:31:55 +0000 |
---|---|---|
committer | Ted Ross <tross@apache.org> | 2009-01-15 12:31:55 +0000 |
commit | b8b02a136bf45e18f18e0e8561898a5439f4a963 (patch) | |
tree | 475b5fa4ff758a5d8cf58979335f070a0d07ecc0 /cpp/src | |
parent | a96e9cd3c1aff24a153911ac6205c0c7019e9546 (diff) | |
download | qpid-python-b8b02a136bf45e18f18e0e8561898a5439f4a963.tar.gz |
Minor typo fixes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@734685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/qpid/client/QueueOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/client/QueueOptions.h b/cpp/src/qpid/client/QueueOptions.h index 8c22414cbb..d159378198 100644 --- a/cpp/src/qpid/client/QueueOptions.h +++ b/cpp/src/qpid/client/QueueOptions.h @@ -40,7 +40,7 @@ class QueueOptions: public framing::FieldTable virtual ~QueueOptions(); /** - * Sets the queue sizing plocy + * Sets the queue sizing policy * * @param sp SizePolicy * REJECT - reject if queue greater than size/count |