From 1a084013ccd4166ac4d5e21b119e0be8ccd842a6 Mon Sep 17 00:00:00 2001 From: Davis King Date: Thu, 13 Nov 2008 01:18:18 +0000 Subject: [PATCH] made the specs more clear --HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402657 --- dlib/misc_api/misc_api_kernel_abstract.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dlib/misc_api/misc_api_kernel_abstract.h b/dlib/misc_api/misc_api_kernel_abstract.h index c35721d6f..3c5ea2790 100644 --- a/dlib/misc_api/misc_api_kernel_abstract.h +++ b/dlib/misc_api/misc_api_kernel_abstract.h @@ -61,8 +61,8 @@ namespace dlib throws - dir_create_error This exception is thrown if we were unable to create the requested - directory. The type member of the exception will bet set to - EDIR_CREATE and the name member will be set to dir. + directory and it didn't already exist. The type member of the exception + will bet set to EDIR_CREATE and the name member will be set to dir. !*/ // ----------------------------------------------------------------------------------------