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 | 007265d571c6934090ac98320e19b284e87a2b7a (patch) | |
| tree | ce8dd928d2bd02c30f2d561dd09e28853dfaf0dd | |
| parent | 5cb4a98f1d536c30e105ddcee59a7fa07dd524bf (diff) | |
| download | qpid-python-007265d571c6934090ac98320e19b284e87a2b7a.tar.gz | |
Minor typo fixes
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@734685 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/cpp/README | 2 | ||||
| -rw-r--r-- | qpid/cpp/src/qpid/client/QueueOptions.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/README b/qpid/cpp/README index 58a6bd97cd..a16dec09c4 100644 --- a/qpid/cpp/README +++ b/qpid/cpp/README @@ -33,6 +33,6 @@ http://cwiki.apache.org/qpid/ 3. Quick start ============== If you are impatient to get on, ./configure && make will usually be -sifficient to compile. Running make check will run tests, make install +sufficient to compile. Running make check will run tests, make install will install the client and daemon. For more detailed information, please see the INSTALL notes. diff --git a/qpid/cpp/src/qpid/client/QueueOptions.h b/qpid/cpp/src/qpid/client/QueueOptions.h index 8c22414cbb..d159378198 100644 --- a/qpid/cpp/src/qpid/client/QueueOptions.h +++ b/qpid/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 |
