Skip to content

Commit afed3b6

Browse files
committed
Fix typo
1 parent 2ddb544 commit afed3b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/database/dbgen/dbgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ func ProvisionerJob(t testing.TB, db database.Store, ps pubsub.Pubsub, orig data
368368
if job.ID != jobID {
369369
fmt.Println("wtf")
370370
}
371-
// There is no easy way to make sure we aquire the correct job.
371+
// There is no easy way to make sure we acquire the correct job.
372372
require.Equal(t, jobID, job.ID, "acquired incorrect job")
373373
}
374374

0 commit comments

Comments
 (0)