From 0f87abfca8f6a2a61b9a243d5351165f4acd2c59 Mon Sep 17 00:00:00 2001 From: Tim Pepper Date: Wed, 24 Aug 2016 17:10:09 -0700 Subject: [PATCH] osprepare: make golint / gofmt / misspell happy again More trivial cleanups. Signed-off-by: Tim Pepper --- osprepare/doc.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/osprepare/doc.go b/osprepare/doc.go index adfe7de3d..5686e4ebd 100644 --- a/osprepare/doc.go +++ b/osprepare/doc.go @@ -16,9 +16,9 @@ /* -osprepare is the Operating System Preparation facility of Ciao, enabling very -simple automated configuration of dependencies between various Linux distributions -in a sane fashion. +Package osprepare is the Operating System Preparation facility of Ciao, +enabling very simple automated configuration of dependencies between +various Linux distributions in a sane fashion. Expressing Dependencies @@ -51,7 +51,7 @@ files be missing. That is to say, if /usr/bin/docker is missing, on a system tha has been identified as Ubuntu, then the 'docker' package would be installed. The dependencies for each component should be placed into a `deps.go` file, which -then facilitates easier maintainence and discoverability of the dependencies for +then facilitates easier maintenance and discoverability of the dependencies for every component. Verified lack of dependencies @@ -81,7 +81,7 @@ which are: * clearlinux * ubuntu - * fedora + * fedora */ package osprepare