Skip to content

Commit

Permalink
model: rename meas to means
Browse files Browse the repository at this point in the history
  • Loading branch information
zimulala committed Nov 4, 2015
1 parent 87e7c0a commit 01213eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const (
// StateWriteOnly means we can use any write operation on this schema element,
// but outer can't read the changed data.
StateWriteOnly
// StateReorganization meas we are re-organizating whole data for this shema changed.
// StateReorganization means we are re-organizating whole data for this shema changed.
StateReorganization
// StatePublic means this schema element is ok for all write and read operations.
StatePublic
Expand Down

0 comments on commit 01213eb

Please sign in to comment.