Skip to content

Commit

Permalink
Fixed spelling errors in comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
skx committed Dec 1, 2024
1 parent 13ff579 commit 4a0d6bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion consoleout/consoleout.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Package consoleout is an abstruction over console output.
// Package consoleout is an abstraction over console output.
//
// We know we need an ANSI/RAW output, and we have an ADM-3A driver,
// so we want to create a factory that can instantiate and change a driver,
Expand Down
2 changes: 1 addition & 1 deletion cpm/cpm_bdos_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ func TestDriveGetSet(t *testing.T) {
}
c.Memory = new(memory.Memory)

// Get the drive, wahtever it is
// Get the drive, whatever it is
err = BdosSysCallDriveGet(c)
if err != nil {
t.Fatalf("failed to call CP/M")
Expand Down

0 comments on commit 4a0d6bb

Please sign in to comment.