diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/README | 2 | ||||
-rw-r--r-- | cpp/src/qpid/client/QueueOptions.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/README b/cpp/README index 58a6bd97cd..a16dec09c4 100644 --- a/cpp/README +++ b/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/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 |