aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_set_status.go
diff options
context:
space:
mode:
Diffstat (limited to 'bug/op_set_status.go')
-rw-r--r--bug/op_set_status.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bug/op_set_status.go b/bug/op_set_status.go
index fcf33f8c..ca8c434a 100644
--- a/bug/op_set_status.go
+++ b/bug/op_set_status.go
@@ -51,7 +51,7 @@ func (op *SetStatusOperation) Validate() error {
return nil
}
-// UnmarshalJSON is a two step JSON unmarshaling
+// UnmarshalJSON is a two step JSON unmarshalling
// This workaround is necessary to avoid the inner OpBase.MarshalJSON
// overriding the outer op's MarshalJSON
func (op *SetStatusOperation) UnmarshalJSON(data []byte) error {