Merge pull request #1127 from jakobadam/master
builder/parallels: Fix http_files typo in comments
This commit is contained in:
commit
d8d22299ce
|
@ -10,8 +10,9 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This step creates and runs the HTTP server that is serving the files
|
// This step creates and runs the HTTP server that is serving files from the
|
||||||
// specified by the 'http_files` configuration parameter in the template.
|
// directory specified by the 'http_directory` configuration parameter in the
|
||||||
|
// template.
|
||||||
//
|
//
|
||||||
// Uses:
|
// Uses:
|
||||||
// config *config
|
// config *config
|
||||||
|
|
|
@ -10,8 +10,9 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This step creates and runs the HTTP server that is serving the files
|
// This step creates and runs the HTTP server that is serving files from the
|
||||||
// specified by the 'http_files` configuration parameter in the template.
|
// directory specified by the 'http_directory` configuration parameter in the
|
||||||
|
// template.
|
||||||
//
|
//
|
||||||
// Uses:
|
// Uses:
|
||||||
// config *config
|
// config *config
|
||||||
|
|
|
@ -10,8 +10,9 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This step creates and runs the HTTP server that is serving the files
|
// This step creates and runs the HTTP server that is serving files from the
|
||||||
// specified by the 'http_files` configuration parameter in the template.
|
// directory specified by the 'http_directory` configuration parameter in the
|
||||||
|
// template.
|
||||||
//
|
//
|
||||||
// Uses:
|
// Uses:
|
||||||
// config *config
|
// config *config
|
||||||
|
|
|
@ -10,8 +10,9 @@ import (
|
||||||
"net/http"
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This step creates and runs the HTTP server that is serving the files
|
// This step creates and runs the HTTP server that is serving files from the
|
||||||
// specified by the 'http_files` configuration parameter in the template.
|
// directory specified by the 'http_directory` configuration parameter in the
|
||||||
|
// template.
|
||||||
//
|
//
|
||||||
// Uses:
|
// Uses:
|
||||||
// config *config
|
// config *config
|
||||||
|
|
Loading…
Reference in New Issue