From a0396888d41052489f648dc5ca224c86902ce364 Mon Sep 17 00:00:00 2001 From: Abe Pazos Date: Mon, 30 Jan 2017 14:06:55 +0100 Subject: [PATCH] s/alphabetically/by date/ in sortByDate comment --- libs/openFrameworks/utils/ofFileUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/openFrameworks/utils/ofFileUtils.h b/libs/openFrameworks/utils/ofFileUtils.h index 969a60bda5a..eab7d28e763 100644 --- a/libs/openFrameworks/utils/ofFileUtils.h +++ b/libs/openFrameworks/utils/ofFileUtils.h @@ -1072,7 +1072,7 @@ class ofDirectory{ /// nothing to sort. void sort(); - /// Sort the directory contents list alphabetically. + /// Sort the directory contents list by date. /// /// \warning Call listDir() before using this function or there will be /// nothing to sort.