Skip to content

Commit 7d0fad4

Browse files
committed
Fix typo
1 parent dd1d380 commit 7d0fad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/httpmw/workspaceagent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ func ExtractWorkspaceAgent(db database.Store) func(http.Handler) http.Handler {
9393
}
9494

9595
// A user that creates a workspace can use this agent auth token and
96-
// impersonate the workspace. So to prevent privledge escalation, the
96+
// impersonate the workspace. So to prevent privilege escalation, the
9797
// subject inherits the roles of the user that owns the workspace.
9898
// We then add a workspace-agent scope to limit the permissions
9999
// to only what the workspace agent needs.

0 commit comments

Comments
 (0)