From ba51ccaee451b86653f28dbcc85c01c3f9bda310 Mon Sep 17 00:00:00 2001 From: TannerSchultz2006 Date: Sat, 18 May 2024 22:27:45 -0500 Subject: [PATCH] Fixed spelling in error messages --- tools/container.py | 4 ++-- tools/images.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/container.py b/tools/container.py index 7dd2f7c..fae8013 100644 --- a/tools/container.py +++ b/tools/container.py @@ -22,7 +22,7 @@ def use_overlayfs(): cfg = configparser.ConfigParser() cfg_file = os.environ.get("WAYDROID_CONFIG", "/var/lib/waydroid/waydroid.cfg") if not os.path.isfile(cfg_file): - Logger.error("Cannot locate waydroid config file, reinit wayland and try again!") + Logger.error("Cannot locate waydroid config file, reinit waydroid and try again!") sys.exit(1) cfg.read(cfg_file) if "waydroid" not in cfg: @@ -50,4 +50,4 @@ def is_running(): return "Session:\tRUNNING" in run(["waydroid", "status"]).stdout.decode() def upgrade(): - run(["waydroid", "upgrade", "-o"], ignore=r"\[.*\] Stopping container\n\[.*\] Starting container") \ No newline at end of file + run(["waydroid", "upgrade", "-o"], ignore=r"\[.*\] Stopping container\n\[.*\] Starting container") diff --git a/tools/images.py b/tools/images.py index 9d6cd92..ef508fb 100644 --- a/tools/images.py +++ b/tools/images.py @@ -32,7 +32,7 @@ def get_image_dir(): cfg = configparser.ConfigParser() cfg_file = os.environ.get("WAYDROID_CONFIG", "/var/lib/waydroid/waydroid.cfg") if not os.path.isfile(cfg_file): - Logger.error("Cannot locate waydroid config file, reinit wayland and try again!") + Logger.error("Cannot locate waydroid config file, reinit waydroid and try again!") sys.exit(1) cfg.read(cfg_file) if "waydroid" not in cfg: