Browse Source

Typo

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1544 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/0.65
sletz 17 years ago
parent
commit
c698fd956d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      common/Jackdmp.cpp
  2. +1
    -1
      windows/JackdmpWIN32.cpp

+ 1
- 1
common/Jackdmp.cpp View File

@@ -82,7 +82,7 @@ static void usage(FILE* file)
" [ --verbose OR -v ]\n" " [ --verbose OR -v ]\n"
" [ --silent OR -s ]\n" " [ --silent OR -s ]\n"
" [ --sync OR -S ]\n" " [ --sync OR -S ]\n"
" [ --temporaray OR -T ]\n"
" [ --temporary OR -T ]\n"
" [ --version OR -V ]\n" " [ --version OR -V ]\n"
" -d driver [ ... driver args ... ]\n" " -d driver [ ... driver args ... ]\n"
" where driver can be `alsa', `coreaudio', 'portaudio' or `dummy'\n" " where driver can be `alsa', `coreaudio', 'portaudio' or `dummy'\n"


+ 1
- 1
windows/JackdmpWIN32.cpp View File

@@ -61,7 +61,7 @@ static void copyright(FILE* file)
{ {
fprintf (file, "jackdmp " VERSION "\n" fprintf (file, "jackdmp " VERSION "\n"
"Copyright 2001-2005 Paul Davis and others.\n" "Copyright 2001-2005 Paul Davis and others.\n"
"Copyright 2004-2006 Grame.\n"
"Copyright 2004-2007 Grame.\n"
"jackdmp comes with ABSOLUTELY NO WARRANTY\n" "jackdmp comes with ABSOLUTELY NO WARRANTY\n"
"This is free software, and you are welcome to redistribute it\n" "This is free software, and you are welcome to redistribute it\n"
"under certain conditions; see the file COPYING for details\n"); "under certain conditions; see the file COPYING for details\n");


Loading…
Cancel
Save