Skip to content

Commit e40602f

Browse files
committed
typo
1 parent 85a59af commit e40602f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

private/buf/cmd/buf/buf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ func wrapError(err error) error {
322322
if !ok {
323323
// This code should be unreachable.
324324
return fmt.Errorf("Failure: you are not authenticated. "+
325-
"Set the %[1]s environment varialbe or run %q, using a Buf API token as the password. "+
325+
"Set the %[1]s environment variable or run %q, using a Buf API token as the password. "+
326326
"If you have set the %[1]s or run the login command, "+
327327
"your token may have expired. "+
328328
"For details, visit https://buf.build/docs/bsr/authentication",

0 commit comments

Comments
 (0)