From f4cc3c7128466ce5634aa755a5799b0e40eb00d3 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sat, 23 Mar 2013 14:49:32 -0400 Subject: [PATCH] fixed spelling in comment --- dlib/algs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlib/algs.h b/dlib/algs.h index 8719a6568..fcb7142a0 100644 --- a/dlib/algs.h +++ b/dlib/algs.h @@ -326,7 +326,7 @@ namespace dlib the member functions called swap) makes them compile right. So this is a workaround but not too ugly of one. But hopefully I get get - rid of this in a few years. So this function is alredy deprecated. + rid of this in a few years. So this function is already deprecated. This also means you should NOT use this function in your own code unless you have to support an old buggy compiler that benefits from this hack.