Skip to content

Commit

Permalink
Fixed spelling error in filename.
Browse files Browse the repository at this point in the history
--HG--
rename : tools/python/src/decision_funcions.cpp => tools/python/src/decision_functions.cpp
  • Loading branch information
davisking committed Apr 27, 2013
1 parent 6c313b8 commit d7b8dfb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ add_python_module(dlib
src/matrix.cpp
src/vector.cpp
src/svm_c_trainer.cpp
src/decision_funcions.cpp
src/decision_functions.cpp
src/other.cpp
src/basic.cpp
)
File renamed without changes.

0 comments on commit d7b8dfb

Please sign in to comment.