Fix typo in name of GatordMock executable :O

Change-Id: I36cbaa89dd521728835ca1e90da27a5f9b93a89d
Signed-off-by: Robert Hughes <robert.hughes@arm.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d268983..f5d4165 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -966,16 +966,16 @@
 
     add_library_ex(gatordMockService STATIC ${gatord_mock_sources})
 
-    add_executable_ex(GartordMock tests/profiling/gatordmock/GatordMockMain.cpp)
+    add_executable_ex(GatordMock tests/profiling/gatordmock/GatordMockMain.cpp)
 
-    target_link_libraries(GartordMock
+    target_link_libraries(GatordMock
         armnn
         gatordMockService
         ${Boost_PROGRAM_OPTIONS_LIBRARY}
         ${Boost_SYSTEM_LIBRARY})
 
     if(Threads_FOUND AND (NOT ("${CMAKE_SYSTEM_NAME}" STREQUAL Android)))
-        target_link_libraries(GartordMock pthread)
+        target_link_libraries(GatordMock pthread)
     endif()
 
 endif()