Skip to content

Commit 55686f6

Browse files
committed
typo
1 parent dd3408f commit 55686f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ mimetype "$FILE_INSTALLER_BINARY_FINAL"
174174

175175
if [ "$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
180180
fi

src/whonixinstaller_main.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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);
264264
end;
265265

0 commit comments

Comments
 (0)