We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d110ce8 commit 427b5fbCopy full SHA for 427b5fb
src/utils/Writes.java
@@ -104,8 +104,8 @@ public String getTempWrites() {
104
return "Over " + this.formatter.format(Long.MAX_VALUE);
105
}
106
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)";
+ if(this.tempWrites == 1) return this.tempWrites + " Write to Auxiliary Array(s)";
+ else return this.formatter.format(this.tempWrites) + " Writes to Auxiliary Array(s)";
109
110
111
@@ -318,4 +318,4 @@ public void startLap() {
318
public void stopLap() {
319
if(Timer.timerEnabled()) Timer.stopLap();
320
321
-}
+}
0 commit comments