summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorHéctor Orón Martínez <zumbi@debian.org>2018-05-19 16:18:19 +0200
committerHéctor Orón Martínez <zumbi@debian.org>2018-05-19 16:18:19 +0200
commit8ab62bc45ed897f007493d02084538503ade6f37 (patch)
tree39aaa39328f1b3b6b346d21a15b1ff5465ec8659 /cmd
parent4808cb7058c548bf76476ec2f9618d784d76bdda (diff)
New upstream version 1.0.0+git20180328.8f2bc2a
Diffstat (limited to 'cmd')
-rw-r--r--cmd/debos/debos.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/debos/debos.go b/cmd/debos/debos.go
index caff24b..0d1f7ff 100644
--- a/cmd/debos/debos.go
+++ b/cmd/debos/debos.go
@@ -82,8 +82,8 @@ func main() {
}
/* If fakemachine is supported the outer fake machine will never use the
- * scratchdir, so just set it to /scrach as a dummy to prevent the outer
- * debos createing a temporary direction */
+ * scratchdir, so just set it to /scratch as a dummy to prevent the
+ * outer debos creating a temporary direction */
if fakemachine.InMachine() || fakemachine.Supported() {
context.Scratchdir = "/scratch"
} else {