File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1139,10 +1139,9 @@ int main(int argc, char* argv[])
11391139
11401140 ZTRACE_RUNTIME (" Checking Mutex" );
11411141 //
1142- // Get the name of the writable local applicaiton data directory
1142+ // Get the name of the writable local application data directory
11431143 // and create the directories if necessary
11441144 //
1145-
11461145 QString mutexFileName{ QStandardPaths::writableLocation (QStandardPaths::AppLocalDataLocation) };
11471146 fs::path file{ mutexFileName.toStdU16String () };
11481147 create_directories (file);
@@ -1153,7 +1152,7 @@ int main(int argc, char* argv[])
11531152 mutexFileName += " /DeepSkyStacker.Interprocess.Mutex" ;
11541153
11551154 //
1156- // Create the file it doesn't exist. It is intentionally never deleted.
1155+ // Create the file if it doesn't exist. It is intentionally never deleted.
11571156 //
11581157 auto newFile = std::ofstream (mutexFileName.toUtf8 ().constData ());
11591158
You can’t perform that action at this time.
0 commit comments