File: spelling

package info (click to toggle)
libfreesrp 0.3.0-5
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 536 kB
  • sloc: cpp: 3,755; makefile: 4
file content (17 lines) | stat: -rw-r--r-- 571 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
From: "A. Maitland Bottoms" <bottoms@debian.org>
Forwarded: not-needed
Description: spelling

Successfully

--- a/examples/ctl/main.cpp
+++ b/examples/ctl/main.cpp
@@ -209,7 +209,7 @@
             if(Util::find_fx3(true, fx3_firmware))
             {
                 // Firmware upload succeeded, continue
-                cout << "Sucessfully uploaded FreeSRP firmware to FX3" << endl;
+                cout << "Successfully uploaded FreeSRP firmware to FX3" << endl;
                 this_thread::sleep_for(chrono::milliseconds(600));
             }
             else