summaryrefslogtreecommitdiff
path: root/openEMS/tools/useful.cpp
diff options
context:
space:
mode:
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)
{