Skip to content

Commit 427b5fb

Browse files
authored
Corrected spelling of auxiliary
1 parent d110ce8 commit 427b5fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils/Writes.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ public String getTempWrites() {
104104
return "Over " + this.formatter.format(Long.MAX_VALUE);
105105
}
106106
else {
107-
if(this.tempWrites == 1) return this.tempWrites + " Write to Auxillary Array(s)";
108-
else return this.formatter.format(this.tempWrites) + " Writes to Auxillary Array(s)";
107+
if(this.tempWrites == 1) return this.tempWrites + " Write to Auxiliary Array(s)";
108+
else return this.formatter.format(this.tempWrites) + " Writes to Auxiliary Array(s)";
109109
}
110110
}
111111

@@ -318,4 +318,4 @@ public void startLap() {
318318
public void stopLap() {
319319
if(Timer.timerEnabled()) Timer.stopLap();
320320
}
321-
}
321+
}

0 commit comments

Comments
 (0)