We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb97d68 commit 6bc04eeCopy full SHA for 6bc04ee
1 file changed
go/logic/inspect.go
@@ -202,7 +202,7 @@ func (this *Inspector) validateConnection() error {
202
}
203
204
// validateGrants verifies the user by which we're executing has necessary grants
205
-// to do its thang.
+// to do its thing.
206
func (this *Inspector) validateGrants() error {
207
query := `show /* gh-ost */ grants for current_user()`
208
foundAll := false
0 commit comments