Skip to content

Commit f30cb54

Browse files
committed
Fix minor typo
1 parent c255044 commit f30cb54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fdb-record-layer-core/src/test/java/com/apple/foundationdb/record/provider/foundationdb/keyspace/KeySpacePathImportDataTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ void importDataWithInvalidPath() {
244244

245245
setSingleKey(keySpace1.path("root1").add("data", 1L), Tuple.from("record"), Tuple.from("other"));
246246

247-
// Now try to ipmort that into keySpace2
247+
// Now try to import that into keySpace2
248248
List<DataInKeySpacePath> exportedData = getExportedData(keySpace1.path("root1"));
249249
assertBadImport(keySpace2.path("root2"), exportedData);
250250
}

0 commit comments

Comments
 (0)