summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Weiland <brett_weiland@bpcspace.com>2023-01-23 19:56:00 -0600
committerBrett Weiland <brett_weiland@bpcspace.com>2023-01-23 19:56:00 -0600
commit3f353e380a3d88f05377af39c23ec64994b6f407 (patch)
treec6f4e61995234e6152a1824df458c29ab87f9890
parente63ea4982577f13523e5e97d4de6fc779fbc980d (diff)
clarified some commentsHEADmaster
-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;
}