15964: Delete long out of date (and unused) 'getting started' section
[arvados.git] / lib / mount / command.go
index 5b331f0ce1587249a6e057356838284696d147de..86a9085bda46fc69a517ba2be5faf7ea14688394 100644 (file)
@@ -26,7 +26,7 @@ type cmd struct {
        // not be called more than once, or when ready is already
        // closed.
        ready chan struct{}
-       // It is safe to call Unmount ounly after ready has been
+       // It is safe to call Unmount only after ready has been
        // closed.
        Unmount func() (ok bool)
 }