summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
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 {