Skip to content

Commit 64be182

Browse files
committed
fixup! nit
1 parent d8d5c06 commit 64be182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agent.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ func (a *agent) collectMetadata(ctx context.Context, md codersdk.WorkspaceAgentM
222222
var out bytes.Buffer
223223

224224
result := &codersdk.WorkspaceAgentMetadataResult{
225-
// CollectedAt is set here for testing purposes and overrided by
225+
// CollectedAt is set here for testing purposes and overrode by
226226
// the server to the time the server received the result to protect
227227
// against clock skew.
228228
//

0 commit comments

Comments
 (0)