summaryrefslogtreecommitdiff
path: root/cpp/docs/api
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2010-04-27 11:48:13 +0000
committerStephen D. Huston <shuston@apache.org>2010-04-27 11:48:13 +0000
commitfce62fbc52beec713a1365491a73fde8ede5eae0 (patch)
treef7922b8ba1d850510f9696bdc0f1e1a2c23a518f /cpp/docs/api
parent5b97122c840fabe27cbf7a3cc2e64823c58d2cb0 (diff)
downloadqpid-python-fce62fbc52beec713a1365491a73fde8ede5eae0.tar.gz
Fix typo in name; resolves QPID-2553
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@938415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/api')
-rw-r--r--cpp/docs/api/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/api/CMakeLists.txt b/cpp/docs/api/CMakeLists.txt
index 5d04f85128..21e6f51caf 100644
--- a/cpp/docs/api/CMakeLists.txt
+++ b/cpp/docs/api/CMakeLists.txt
@@ -27,7 +27,7 @@ if (GEN_DOXYGEN)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/user.doxygen.in
${CMAKE_CURRENT_BINARY_DIR}/user.doxygen)
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/developer.doxygen.in
- ${CMAKE_CURRENT_BINARY_DIR}/develeoper.doxygen)
+ ${CMAKE_CURRENT_BINARY_DIR}/developer.doxygen)
add_custom_target (docs-user-api COMMAND ${DOXYGEN_EXECUTABLE} user.doxygen)
add_custom_target (docs-developer COMMAND ${DOXYGEN_EXECUTABLE} developer.doxygen)