Minor typeo fixes in doc scripts

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@186698 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index af7013d..efc781e 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -36,6 +36,6 @@
       ${EPYDOC_OPTIONS}
       DEPENDS swig_wrapper liblldb
       WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../../../lib/python2.7/site-packages
-      COMMENT "Generating LLDB Python API reference with epidoc" VERBATIM
+      COMMENT "Generating LLDB Python API reference with epydoc" VERBATIM
     )
 endif(EPYDOC_EXECUTABLE)
diff --git a/docs/doxygen.intro b/docs/doxygen.intro
index 2ad0ccb..1e5cd27 100644
--- a/docs/doxygen.intro
+++ b/docs/doxygen.intro
@@ -15,5 +15,5 @@
 /// of LLDB are very stable. 
 ///
 /// @section main_changelog Change Log
-/// - Adapted for LLDB 05/25 by Daniel Malea
+/// - Adapted for LLDB 05/25/2013 by Daniel Malea
 /// - Original content written 12/30/2003 by Reid Spencer