1 parent 2a56375 commit c216e1fCopy full SHA for c216e1f
FirebaseDatabase/Tests/Unit/FTreeSortedDictionaryTests.m
@@ -173,7 +173,7 @@ - (void)testIncreasing {
173
174
XCTAssertTrue([map count] == 0, @"Check if all 100 objects were removed");
175
// We can't check the depth here because the map no longer contains values, so we check that it
176
-// doesn't responsd to this check
+// doesn't responds to this check
177
XCTAssertTrue([map.root isMemberOfClass:[FLLRBEmptyNode class]], @"Root is an empty node");
178
XCTAssertFalse([map respondsToSelector:@selector(checkMaxDepth)],
179
@"The empty node doesn't respond to this selector.");
0 commit comments