Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ed54292

Browse files
Fix incorrected spelling
1 parent 6596bbe commit ed54292

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/com/jwetherell/algorithms/numbers/Integers.java‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ public static final boolean powerOfTwoUsingBits(int numberToCheck) {
129129
multiDigits.put(10,"ten");
130130
multiDigits.put(20,"twenty");
131131
multiDigits.put(30,"thirty");
132-
multiDigits.put(40,"fourty");
132+
multiDigits.put(40,"forty");
133133
multiDigits.put(50,"fifty");
134134
multiDigits.put(60,"sixty");
135135
multiDigits.put(70,"seventy");
136136
multiDigits.put(80,"eighty");
137-
multiDigits.put(90,"ninty");
137+
multiDigits.put(90,"ninety");
138138
}
139139

140140
private static final int BILLION = 1000000000;

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /