Fixed typo

This commit is contained in:
deajan 2018-10-02 09:17:59 +02:00
parent f028f3b6d2
commit 4f3e6a11d2
1 changed files with 2 additions and 2 deletions

View File

@ -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 ####'
) )
} }