File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ mimetype "$FILE_INSTALLER_BINARY_FINAL"
174174
175175if [ " $TARGET_SYSTEM " = " LINUX" ]; then
176176 if ldd " $FILE_INSTALLER_BINARY_FINAL " | grep -q " Qt5Pas" ; then
177- # this can happen if linker finds a libQt5Pas.so befor libQt5Pas.a
177+ # this can happen if linker finds a libQt5Pas.so before libQt5Pas.a
178178 false " $0 : ERROR: $FILE_INSTALLER_BINARY_FINAL depends on QT5Pas"
179179 fi
180180fi
Original file line number Diff line number Diff line change @@ -259,7 +259,7 @@ procedure TInstallerForm.FormCreate(Sender: TObject);
259259 end ;
260260 end ;
261261
262- // cleanup temp install directory befor installation starts
262+ // cleanup temp install directory before installation starts
263263 DeleteDirectory(UnpackPath, True);
264264end ;
265265
You can’t perform that action at this time.
0 commit comments