aboutsummaryrefslogtreecommitdiffstats
path: root/swarm/shed/schema.go
diff options
context:
space:
mode:
Diffstat (limited to 'swarm/shed/schema.go')
-rw-r--r--swarm/shed/schema.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/swarm/shed/schema.go b/swarm/shed/schema.go
index cfb7c6d64..557d951fb 100644
--- a/swarm/shed/schema.go
+++ b/swarm/shed/schema.go
@@ -52,7 +52,7 @@ type indexSpec struct {
Name string `json:"name"`
}
-// schemaFieldKey retrives the complete LevelDB key for
+// schemaFieldKey retrieves the complete LevelDB key for
// a particular field form the schema definition.
func (db *DB) schemaFieldKey(name, fieldType string) (key []byte, err error) {
if name == "" {