diff options
author | Rachel Powers <508861+Ryex@users.noreply.github.com> | 2023-06-03 08:28:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-03 08:28:49 -0700 |
commit | f613b03efd58e04451e70d4e673adff5837492a9 (patch) | |
tree | 5fb0ba972720203a7402df84e297fad780ef6e1c | |
parent | 8eb10e991f79ef38e1c689d28e34b5f4fda8dc83 (diff) | |
download | PrismLauncher-f613b03efd58e04451e70d4e673adff5837492a9.tar.gz PrismLauncher-f613b03efd58e04451e70d4e673adff5837492a9.tar.bz2 PrismLauncher-f613b03efd58e04451e70d4e673adff5837492a9.zip |
Typo fix
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
-rw-r--r-- | launcher/InstanceCopyTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/InstanceCopyTask.cpp b/launcher/InstanceCopyTask.cpp index a0b5635c..60dcd5a1 100644 --- a/launcher/InstanceCopyTask.cpp +++ b/launcher/InstanceCopyTask.cpp @@ -157,7 +157,7 @@ void InstanceCopyTask::copyFinished() allowed_symlinks.append("\n"); if (allowed_symlinks_file.isSymLink()) FS::deletePath(allowed_symlinks_file - .path()); // we dont want to modify the origonal. also make sure the resulting file is not itself a link. + .path()); // we dont want to modify the original. also make sure the resulting file is not itself a link. FS::write(allowed_symlinks_file.path(), allowed_symlinks); } |