Fixed typo
This commit is contained in:
parent
f028f3b6d2
commit
4f3e6a11d2
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
## MERGE 2018100201
|
## MERGE 2018100202
|
||||||
|
|
||||||
## Merges ofunctions.sh and n_program.sh into program.sh
|
## Merges ofunctions.sh and n_program.sh into program.sh
|
||||||
## Adds installer
|
## Adds installer
|
||||||
|
@ -61,7 +61,7 @@ function __PREPROCESSOR_Constants {
|
||||||
'#### GetConfFileValue SUBSET ####'
|
'#### GetConfFileValue SUBSET ####'
|
||||||
'#### SetConfFileValue SUBSET ####'
|
'#### SetConfFileValue SUBSET ####'
|
||||||
'#### CheckRFC822 SUBSET ####'
|
'#### CheckRFC822 SUBSET ####'
|
||||||
'#### CleanUp SUBET ####'
|
'#### CleanUp SUSBET ####'
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue