summaryrefslogtreecommitdiff
path: root/openEMS/tools/useful.cpp
diff options
context:
space:
mode:
authorRuben Undheim <ruben.undheim@gmail.com>2016-07-09 11:12:02 +0200
committerRuben Undheim <ruben.undheim@gmail.com>2019-10-19 19:20:44 +0200
commitafe6b7a9fd81fe185c13cf9425b7f63933281b01 (patch)
tree00abf9ce8477a5dbcefb884bb4fb14c34bc380b8 /openEMS/tools/useful.cpp
parent584c8f23e595e0d2cbef826c1569f56361b83654 (diff)
Spelling fixes
Gbp-Pq: Name 0002-Spelling-fixes.patch
Diffstat (limited to 'openEMS/tools/useful.cpp')
-rw-r--r--openEMS/tools/useful.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/openEMS/tools/useful.cpp b/openEMS/tools/useful.cpp
index 50aacfb..8e548f0 100644
--- a/openEMS/tools/useful.cpp
+++ b/openEMS/tools/useful.cpp
@@ -63,7 +63,7 @@ std::vector<unsigned int> AssignJobs2Threads(unsigned int jobs, unsigned int nrT
}
if (jobs>0)
- std::cerr << "AssignJobs2Threads: Error, " << jobs << " remain to be assigned, this should not have happend..." << std::endl;
+ std::cerr << "AssignJobs2Threads: Error, " << jobs << " remain to be assigned, this should not have happened..." << std::endl;
if (RemoveEmpty)
{