Skip to content

Commit

Permalink
Spelling correction for keyspace log warning (#1890)
Browse files Browse the repository at this point in the history
Keysapce -> Keyspace
  • Loading branch information
davegarvey authored and buger committed Nov 8, 2018
1 parent be59f76 commit 23e56e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpc_storage_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ func (r *RPCStorageHandler) CheckForKeyspaceChanges(orgId string) {
r.CheckForKeyspaceChanges(orgId)
}
}
log.Warning("Keysapce warning: ", err)
log.Warning("Keyspace warning: ", err)
return
}

Expand Down

0 comments on commit 23e56e7

Please sign in to comment.