spelling: available

This commit is contained in:
Josh Soref 2018-03-13 07:13:24 +00:00
parent 7895051962
commit c312493c38
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
#if the related deb pkg not found, please replace with it other avaiable repository url
#if the related deb pkg not found, please replace with it other available repository url
HOSTNAME=`ifconfig eth1|grep 'inet addr'|cut -d ":" -f2|cut -d " " -f1`
if [ not $HOSTNAME ] ; then
HOSTNAME=`ifconfig eth0|grep 'inet addr'|cut -d ":" -f2|cut -d " " -f1`

View File

@ -246,7 +246,7 @@ func providerForName(name string) Provider {
}
}
// OutputPathTemplate is the structure that is availalable within the
// OutputPathTemplate is the structure that is available within the
// OutputPath variables.
type outputPathTemplate struct {
ArtifactId string