diff --git a/main.cpp b/main.cpp index 2eac799..657f24b 100644 --- a/main.cpp +++ b/main.cpp @@ -201,7 +201,7 @@ int main(int argc, char **argv) { for(unsigned int j = 0; j < jobs; j++) delete worker_objects[j]; - //image will be deleted (and written) upon funciton exit + //image object will be deleted (and written) upon funciton exit cout << "Image exported to " << img_path << "." << endl; }