aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2021-11-18 22:57:10 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-27 14:13:31 +0200
commitc346226bb5422bdd715c76ab6fb378c472575a19 (patch)
tree2636915575bcabb3e0c3b977511f9defad74716e
parentc78952f5e2e56c0e653be6b3b5d10ea2438d975f (diff)
downloadnx-libs-c346226bb5422bdd715c76ab6fb378c472575a19.tar.gz
nx-libs-c346226bb5422bdd715c76ab6fb378c472575a19.tar.bz2
nx-libs-c346226bb5422bdd715c76ab6fb378c472575a19.zip
Loop.cpp: spelling fix
-rw-r--r--nxcomp/src/Loop.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/Loop.cpp b/nxcomp/src/Loop.cpp
index 4bbf42b91..02a18bd18 100644
--- a/nxcomp/src/Loop.cpp
+++ b/nxcomp/src/Loop.cpp
@@ -2762,7 +2762,7 @@ int NXTransSelect(int *resultFDs, int *errorFDs, int *setFDs, fd_set *readSet,
handleCheckResultInLoop(*resultFDs, *errorFDs, *setFDs, *readSet, *writeSet, *selectTs, startTs);
//
- // Get time spent in select. The accouting is done
+ // Get time spent in select. The accounting is done
// in milliseconds. This is a real problem on fast
// machines where each loop is unlikely to take
// more than 500 us, so consider that the results