CCAplication_linux source files mispelled

I’m trying to write a set of CMake scripts to build cocos2d-x without having to install eclipse.
While working on that noticed that two source files “cocos2dx/platform/linux/” are mispelled: they are called “CCAplication_linux.h” and “CCAplication_linux.h”, with a single “p” while they should have two.
This broke my script which was using “cocos2dx/platform/${PLATFORM}/CCApplication_${PLATFORM}.*”.