From 40150c376d245f5b6c4b9a4884961d8f209c0dee Mon Sep 17 00:00:00 2001 From: "Jakob A. Dam" Date: Tue, 6 May 2014 17:03:51 +0200 Subject: [PATCH] Fix http_files typo in comments --- builder/parallels/iso/step_http_server.go | 5 +++-- builder/qemu/step_http_server.go | 5 +++-- builder/virtualbox/iso/step_http_server.go | 5 +++-- builder/vmware/iso/step_http_server.go | 5 +++-- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/builder/parallels/iso/step_http_server.go b/builder/parallels/iso/step_http_server.go index 24da8dd9d..3d86139e3 100644 --- a/builder/parallels/iso/step_http_server.go +++ b/builder/parallels/iso/step_http_server.go @@ -10,8 +10,9 @@ import ( "net/http" ) -// This step creates and runs the HTTP server that is serving the files -// specified by the 'http_files` configuration parameter in the template. +// This step creates and runs the HTTP server that is serving files from the +// directory specified by the 'http_directory` configuration parameter in the +// template. // // Uses: // config *config diff --git a/builder/qemu/step_http_server.go b/builder/qemu/step_http_server.go index 08a4bd7fa..831253853 100644 --- a/builder/qemu/step_http_server.go +++ b/builder/qemu/step_http_server.go @@ -10,8 +10,9 @@ import ( "net/http" ) -// This step creates and runs the HTTP server that is serving the files -// specified by the 'http_files` configuration parameter in the template. +// This step creates and runs the HTTP server that is serving files from the +// directory specified by the 'http_directory` configuration parameter in the +// template. // // Uses: // config *config diff --git a/builder/virtualbox/iso/step_http_server.go b/builder/virtualbox/iso/step_http_server.go index 24da8dd9d..3d86139e3 100644 --- a/builder/virtualbox/iso/step_http_server.go +++ b/builder/virtualbox/iso/step_http_server.go @@ -10,8 +10,9 @@ import ( "net/http" ) -// This step creates and runs the HTTP server that is serving the files -// specified by the 'http_files` configuration parameter in the template. +// This step creates and runs the HTTP server that is serving files from the +// directory specified by the 'http_directory` configuration parameter in the +// template. // // Uses: // config *config diff --git a/builder/vmware/iso/step_http_server.go b/builder/vmware/iso/step_http_server.go index 24da8dd9d..3d86139e3 100644 --- a/builder/vmware/iso/step_http_server.go +++ b/builder/vmware/iso/step_http_server.go @@ -10,8 +10,9 @@ import ( "net/http" ) -// This step creates and runs the HTTP server that is serving the files -// specified by the 'http_files` configuration parameter in the template. +// This step creates and runs the HTTP server that is serving files from the +// directory specified by the 'http_directory` configuration parameter in the +// template. // // Uses: // config *config