Skip to content

Commit 2b53468

Browse files
committed
Correct typos in comments
1 parent 0b85058 commit 2b53468

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

DeepSkyStacker/DeepSkyStacker.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)