Codebase list jacktrip / 99869d1
Fix spelling mistakes IOhannes m zmölnig 3 years ago
2 changed file(s) with 29 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 spelling_fixes.patch
0 Description: fixed spelling mistakes
1 Author: IOhannes m zmölnig
2 Forwarded: https://github.com/jacktrip/jacktrip/pull/209
3 Last-Update: 2021-01-21
4 ---
5 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
6 --- jacktrip.orig/src/AudioTester.cpp
7 +++ jacktrip/src/AudioTester.cpp
8 @@ -163,7 +163,7 @@
9 if (n_frames>1) { // always true?
10 mInBufCopy[sendChannel][1] = -float(impulseTimeSamples)/32768.0f; // survives if there is no digital processing at the server
11 } else {
12 - std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a lenth " << n_frames << " buffer ***\n";
13 + std::cerr << "\n*** AudioTester.h: Timestamp cannot fit into a length " << n_frames << " buffer ***\n";
14 }
15 } else {
16 mInBufCopy[sendChannel][0] = 0.0f; // send zeros until a new impulse is needed
17 --- jacktrip.orig/src/JackTrip.cpp
18 +++ jacktrip/src/JackTrip.cpp
19 @@ -647,7 +647,7 @@
20 // --------------------
21 mTcpClient.close(); // Close the socket
22 //cout << "TCP Socket Closed!" << endl;
23 - if (gVerboseFlag) cout << "Connection Succesfull!" << endl;
24 + if (gVerboseFlag) cout << "Connection Successful!" << endl;
25
26 // Set with the received UDP port
27 // ------------------------------