Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jefferai committed Mar 11, 2016
1 parent 6430cd9 commit 9e49463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/logical_system.go
Expand Up @@ -1150,7 +1150,7 @@ func (b *SystemBackend) handleRotate(
return nil, nil
}

// handleRreload is used to invoke configured reload functions
// handleReload is used to invoke configured reload functions
func (b *SystemBackend) handleReload(
req *logical.Request, data *framework.FieldData) (*logical.Response, error) {
reloadData := data.Get("data").(map[string]interface{})
Expand Down

0 comments on commit 9e49463

Please sign in to comment.