aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/pa.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/pa.bash')
-rw-r--r--bash/bashrc.d/pa.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.d/pa.bash b/bash/bashrc.d/pa.bash
index 3a7b8398..a2529968 100644
--- a/bash/bashrc.d/pa.bash
+++ b/bash/bashrc.d/pa.bash
@@ -1,4 +1,4 @@
-# Print arguments, one per line. Compare pan().
+# Print arguments, one per line. Compare paz().
pa() {
if (($#)) ; then
printf '%s\n' "$@"