summaryrefslogtreecommitdiff
path: root/cpp/README
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2009-01-15 12:31:55 +0000
committerTed Ross <tross@apache.org>2009-01-15 12:31:55 +0000
commitb8b02a136bf45e18f18e0e8561898a5439f4a963 (patch)
tree475b5fa4ff758a5d8cf58979335f070a0d07ecc0 /cpp/README
parenta96e9cd3c1aff24a153911ac6205c0c7019e9546 (diff)
downloadqpid-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/README')
-rw-r--r--cpp/README2
1 files changed, 1 insertions, 1 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.