Commit eb25bf44 authored by Davis King's avatar Davis King

fixed spelling error

--HG--
rename : dlib/test/corellation_tracker.cpp => dlib/test/correlation_tracker.cpp
parent a73155e6
...@@ -39,7 +39,7 @@ set (tests ...@@ -39,7 +39,7 @@ set (tests
conditioning_class_c.cpp conditioning_class_c.cpp
conditioning_class.cpp conditioning_class.cpp
config_reader.cpp config_reader.cpp
corellation_tracker.cpp correlation_tracker.cpp
crc32.cpp crc32.cpp
create_iris_datafile.cpp create_iris_datafile.cpp
data_io.cpp data_io.cpp
......
...@@ -14,17 +14,17 @@ namespace ...@@ -14,17 +14,17 @@ namespace
using namespace test; using namespace test;
using namespace dlib; using namespace dlib;
using namespace std; using namespace std;
dlib::logger dlog("test.corellation_tracker"); dlib::logger dlog("test.correlation_tracker");
class corellation_tracker_tester : public tester class correlation_tracker_tester : public tester
{ {
public: public:
corellation_tracker_tester( correlation_tracker_tester(
) : ) :
tester ( tester (
"test_corellation_tracker", // the command line argument name for this test "test_correlation_tracker", // the command line argument name for this test
"Run tests on the corellation_tracker functions.", // the command line argument description "Run tests on the correlation_tracker functions.", // the command line argument description
0 // the number of command line arguments for this test 0 // the number of command line arguments for this test
) )
{ {
...@@ -946,7 +946,7 @@ namespace ...@@ -946,7 +946,7 @@ namespace
}; };
corellation_tracker_tester a; correlation_tracker_tester a;
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment