From 6397cc32f1972f46d95ae2bca703906dc6bee5f4 Mon Sep 17 00:00:00 2001
From: John-Paul Robinson <jpr@uab.edu>
Date: Mon, 17 Feb 2025 13:05:08 -0600
Subject: [PATCH] Fix typo in comment

---
 example-job-scripts/00-split-logs.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example-job-scripts/00-split-logs.sh b/example-job-scripts/00-split-logs.sh
index 13af26e..da232fd 100755
--- a/example-job-scripts/00-split-logs.sh
+++ b/example-job-scripts/00-split-logs.sh
@@ -15,7 +15,7 @@ conda activate gpfs
 
 # listcmd env var sets the command to enumerate datasets to process
 # supports passing args during sbatch, e.g. listcmd="cat split-list" sbatch <thisscript>
-# note: maxdeth speeds execution of find by avoiding deep dirs
+# note: maxdepth speeds execution of find by avoiding deep dirs
 listcmd=${listcmd:-find /data/rc/gpfs-policy/data -maxdepth 3 -path "*/list-policy_data-user_list-path-external_slurm-31[35]*/raw/*.gz"}
 
 logs=($($listcmd))
-- 
GitLab