From 2b33cfa1b9058bf811a8b3dea6a8c439e06db4a3 Mon Sep 17 00:00:00 2001 From: Davis King Date: Sun, 3 Jan 2010 21:10:36 +0000 Subject: [PATCH] Fixed spelling error --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403350 --- examples/queue_ex.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/queue_ex.cpp b/examples/queue_ex.cpp index 6391a1b6e..6680a04c2 100755 --- a/examples/queue_ex.cpp +++ b/examples/queue_ex.cpp @@ -2,7 +2,7 @@ /* This is an example illustrating the use of the queue component (and - to some degree the generial idea behind most of the other container + to some degree the general idea behind most of the other container classes) from the dlib C++ Library. It loads a queue with 20 random numbers. Then it uses the enumerable