diff --git a/Makefile b/Makefile index 55147c3818..f6e8ec9fc3 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ ifndef BUILD_TAG export BUILD_TAG := $(shell git rev-parse --short HEAD) endif -# We don't want to use /run/user/$UID because it runs out of space too easilly. +# We don't want to use /run/user/$UID because it runs out of space too easily. export TMPDIR = /tmp/tmp-status-mobile-$(BUILD_TAG) # This has to be specified for both the Node.JS server process and the Qt process. export REACT_SERVER_PORT ?= 5001 diff --git a/nix/overlay.nix b/nix/overlay.nix index 658b38a6f2..17ace634fa 100644 --- a/nix/overlay.nix +++ b/nix/overlay.nix @@ -80,7 +80,7 @@ in { androidPkgs = self.androidEnvCustom.compose; }; - # Android environement + # Android environment androidEnvCustom = callPackage ./pkgs/android-sdk { }; androidPkgs = self.androidEnvCustom.pkgs; androidShell = self.androidEnvCustom.shell; diff --git a/test/appium/tests/old_ui/medium/test_single_device.py b/test/appium/tests/old_ui/medium/test_single_device.py index 1f53f4d9ff..200e89565c 100644 --- a/test/appium/tests/old_ui/medium/test_single_device.py +++ b/test/appium/tests/old_ui/medium/test_single_device.py @@ -1154,7 +1154,7 @@ class TestChatManagement(SingleDeviceTestCase): browsing_view.element_by_text_part('XSS check').click() browsing_view.open_in_status_button.click() if browsing_view.element_by_text_part('simpledapp.status.im').is_element_displayed(): - self.errors.append("XSS attemp succedded \n") + self.errors.append("XSS attemp succeeded \n") browsing_view.ok_button.click() browsing_view.cross_icon.click()