From 294c7f8198b50925f1dae091970675ceab6bd38d Mon Sep 17 00:00:00 2001 From: eidheim Date: Fri, 11 Jul 2014 13:18:16 +0200 Subject: [PATCH] fixed typos --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index fcfdc91..9218e55 100644 --- a/main.cpp +++ b/main.cpp @@ -93,7 +93,7 @@ int main() { filename+=path; ifstream ifs; - //HTTP file-or-directory check: + //A simple platform-independent file-or-directory check do not exist, but this works in most of the cases: if(filename.find('.')!=string::npos) { ifs.open(filename, ifstream::in); }