Skip to content

Commit 8961899

Browse files
committed
typos
1 parent 0b85a38 commit 8961899

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/CTA.separateDispTrainingEvndispFiles.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
#
3-
# Separate training files for DispBDT traing
3+
# Separate training files for DispBDT training
44
#
55
# - fraction of gamma_cone and gamma_onSource
66
# - random selection of files
@@ -38,7 +38,7 @@ if [[ $1 == *Paranal* ]]; then
3838
fi
3939

4040
if [[ ! -e ${2} ]]; then
41-
echo "Error: layout list not found ${3}"
41+
echo "Error: layout list not found ${2}"
4242
exit
4343
fi
4444

0 commit comments

Comments
 (0)