[xboxdrv] 63/78: Spelling fix: Ctrl-c -> Ctrl-C

Andrey Rahmatullin wrar-guest at moszumanska.debian.org
Sun Feb 21 17:55:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

wrar-guest pushed a commit to branch master
in repository xboxdrv.

commit 2d70f3c814eb629bbaa6046ed55a89b3fcf3f9a5
Author: Ingo Ruhnke <grumbel at gmail.com>
Date:   Fri Nov 6 16:42:06 2015 +0100

    Spelling fix: Ctrl-c -> Ctrl-C
    
    Fixes #94
---
 src/xboxdrv_main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/xboxdrv_main.cpp b/src/xboxdrv_main.cpp
index db8e3cf..beeb18b 100644
--- a/src/xboxdrv_main.cpp
+++ b/src/xboxdrv_main.cpp
@@ -191,11 +191,11 @@ XboxdrvMain::run()
 
       if (m_opts.silent)
       {
-        std::cout << "\nPress Ctrl-c to quit" << std::endl;
+        std::cout << "\nPress Ctrl-C to quit" << std::endl;
       }
       else
       {
-        std::cout << "\nPress Ctrl-c to quit, use '--silent' to suppress the event output" << std::endl;
+        std::cout << "\nPress Ctrl-C to quit, use '--silent' to suppress the event output" << std::endl;
       }
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/xboxdrv.git



More information about the Pkg-games-commits mailing list