spelling: thing

This commit is contained in:
Josh Soref 2017-11-08 01:02:32 +00:00
parent cb97d6854c
commit 6bc04eee62

View File

@ -202,7 +202,7 @@ func (this *Inspector) validateConnection() error {
}
// validateGrants verifies the user by which we're executing has necessary grants
// to do its thang.
// to do its thing.
func (this *Inspector) validateGrants() error {
query := `show /* gh-ost */ grants for current_user()`
foundAll := false