summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 80f493b..00ea397 100644
--- a/structs.go
+++ b/structs.go
@@ -44,5 +44,5 @@ type DropletT struct {
hname string // the hypervisor it's currently running on
h *HyperT // the hypervisor it's currently running on
lastpoll time.Time // the last time the droplet was seen running
- starts int // how many times a start event has been attempted
+ starts int // how many times a start event has been attempted
}