Skip to content

Commit 94e7072

Browse files
committed
Typo fix in flatten_and_check function name
1 parent 079a81a commit 94e7072

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xmppcmd.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ send_xmppsend() {
8787
fi
8888
}
8989

90-
fatten_and_check() {
90+
flatten_and_check() {
9191
xmllint --dropdtd --nowrap --noblanks - | tail -n +2
9292
}
9393

@@ -125,7 +125,7 @@ send() {
125125

126126
if [ $# -gt 0 ]; then
127127
# wait for response and format response
128-
fatten_and_check | send_xmppsend $@ | xml_prettyprint
128+
flatten_and_check | send_xmppsend $@ | xml_prettyprint
129129
else
130130
# no response
131131
flatten_and_check | send_xmppsend

0 commit comments

Comments
 (0)