summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}