Spell check source code, fix mistakes.
This commit is contained in:
parent
544027da18
commit
3808f5c36d
41 changed files with 63 additions and 63 deletions
|
@ -85,7 +85,7 @@ namespace Project1HostApp
|
|||
|
||||
if (ConnectionHandle == null)
|
||||
{
|
||||
MessageBox.Show("Error: Cannot connect to DataLogger device.");
|
||||
MessageBox.Show("Error: Cannot connect to Datalogger device.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -115,7 +115,7 @@ namespace Project1HostApp
|
|||
|
||||
if (ConnectionHandle == null)
|
||||
{
|
||||
MessageBox.Show("Error: Cannot connect to DataLogger device.");
|
||||
MessageBox.Show("Error: Cannot connect to Datalogger device.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue