From f57234b991caf58e832ea6b8e656135b8e65c92f Mon Sep 17 00:00:00 2001 From: amrxtgh <152877271+amrxtgh69@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:33:21 +0545 Subject: [PATCH] fix: simple typo in omarchy-launch-walker (#4514) --- bin/omarchy-launch-walker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-launch-walker b/bin/omarchy-launch-walker index 3d92b6b0..8b239f10 100755 --- a/bin/omarchy-launch-walker +++ b/bin/omarchy-launch-walker @@ -1,6 +1,6 @@ #!/bin/bash -# Launch the Walker application launcher while ensuring that it's data provider (called elephant) is runnig first. +# Launch the Walker application launcher while ensuring that it's data provider (called elephant) is running first. # Ensure elephant is running before launching walker if ! pgrep -x elephant > /dev/null; then