Skip to content

Commit

Permalink
Removed stray "+"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lion-Craft committed Oct 13, 2023
1 parent b2b3a93 commit 369b91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tinyinfo/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public void getdata(bool loop)
// Bytes sent per Second
AppendTextSafe("\t\tBytes sent per Second: " + netadapt.BytesSentPersec + nl);
// Bytes recieved per Second
AppendTextSafe("\t\tBytes recieved per Second: " + netadapt.BytesReceivedPersec + );
AppendTextSafe("\t\tBytes recieved per Second: " + netadapt.BytesReceivedPersec);

netadaptid++;
}
Expand Down

0 comments on commit 369b91b

Please sign in to comment.