From afb3ed6976de15af3e59bd0490ebb3d32ece878b Mon Sep 17 00:00:00 2001 From: Peter Harpending Date: Fri, 12 Dec 2025 00:16:25 -0800 Subject: [PATCH] fix typos --- zomp/lib/otpr/zx/0.14.0/src/zx.erl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zomp/lib/otpr/zx/0.14.0/src/zx.erl b/zomp/lib/otpr/zx/0.14.0/src/zx.erl index 2679e67..41204fc 100644 --- a/zomp/lib/otpr/zx/0.14.0/src/zx.erl +++ b/zomp/lib/otpr/zx/0.14.0/src/zx.erl @@ -1281,8 +1281,8 @@ execute(app, PackageID, Meta, Dir, RunArgs) -> execute(lib, PackageID, Meta, Dir, RunArgs) -> ok = zx_daemon:pass_meta(Meta, Dir, RunArgs), Message = - "Package ~ts is available on the system, but is not a standalone app.\n" - "To exit, hit C-c C-c.". + "Lib ~ts is available on the system, but is not a standalone app.\n" + "To exit, hit C-c C-c.", {ok, PackageString} = zx_lib:package_string(PackageID), ok = tell(Message, [PackageString]). %init:stop().