cmd and crashreporter minor typos
authorPhil Davis <phil.davis@inf.org>
Thu, 10 Sep 2015 11:49:26 +0000 (17:34 +0545)
committerPhil Davis <phil.davis@inf.org>
Thu, 10 Sep 2015 11:49:26 +0000 (17:34 +0545)
nothing important here

src/cmd/CMakeLists.txt
src/cmd/cmd.cpp
src/crashreporter/CMakeLists.txt

index 31215df0711a3cbd1163637cc3d6585a327d66a3..caea5ce89cc16383c951b958a787580ba61ea1c6 100644 (file)
@@ -45,7 +45,7 @@ endif()
 if(BUILD_OWNCLOUD_OSX_BUNDLE AND NOT BUILD_LIBRARIES_ONLY)
    get_target_property (QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION)
    install(CODE "
-    message(STATUS \"Deploying (Qt) dependencies and fixing library pathes...\")
+    message(STATUS \"Deploying (Qt) dependencies and fixing library paths...\")
     execute_process(COMMAND \"${CMAKE_SOURCE_DIR}/admin/osx/macdeployqt.py\" ${CMAKE_INSTALL_PREFIX}/${OWNCLOUD_OSX_BUNDLE} ${QT_QMAKE_EXECUTABLE})
     " COMPONENT RUNTIME)
 endif()
index 73b93c80743cc8ff6562fe6f53732767a62af093..797d558cdd203e1f9c172ae93c6e6500128adba3 100644 (file)
@@ -150,7 +150,7 @@ void help()
     std::cout << "                         Proxy is http://server:port" << std::endl;
     std::cout << "  --trust                Trust the SSL certification." << std::endl;
     std::cout << "  --exclude [file]       Exclude list file" << std::endl;
-    std::cout << "  --unsyncedfolders [file]    File containing the list of unsynced folder (selective sync)" << std::endl;
+    std::cout << "  --unsyncedfolders [file]    File containing the list of unsynced folders (selective sync)" << std::endl;
     std::cout << "  --user, -u [name]      Use [name] as the login name" << std::endl;
     std::cout << "  --password, -p [pass]  Use [pass] as password" << std::endl;
     std::cout << "  -n                     Use netrc (5) for login" << std::endl;
@@ -443,7 +443,7 @@ restart_sync:
 
 
     if (loadedSystemExcludeList != 0 && loadedUserExcludeList != 0) {
-        // Always make sure at least one list had been loaded
+        // Always make sure at least one list has been loaded
         qFatal("Cannot load system exclude list or list supplied via --exclude");
         return EXIT_FAILURE;
     }
index 158d39a17646bba3c4846d51d50fa51881ae368a..b73e38fab598e60082ffc2ab40ca46817b60d57f 100644 (file)
@@ -58,7 +58,7 @@ if(NOT BUILD_LIBRARIES_ONLY)
     if(BUILD_OWNCLOUD_OSX_BUNDLE)
        get_target_property (QT_QMAKE_EXECUTABLE Qt5::qmake IMPORTED_LOCATION)
        install(CODE "
-        message(STATUS \"Deploying (Qt) dependencies and fixing library pathes...\")
+        message(STATUS \"Deploying (Qt) dependencies and fixing library paths...\")
         execute_process(COMMAND \"${CMAKE_SOURCE_DIR}/admin/osx/macdeployqt.py\" ${CMAKE_INSTALL_PREFIX}/${OWNCLOUD_OSX_BUNDLE} ${QT_QMAKE_EXECUTABLE})
         " COMPONENT RUNTIME)
     endif()