Skip to content

Commit 922d3d3

Browse files
committed
spelling: write
Signed-off-by: Josh Soref <[email protected]>
1 parent ce29cd5 commit 922d3d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hugegraph-core/src/main/java/com/baidu/hugegraph/backend/store/raft/StoreSerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static byte[] writeMutation(BackendMutation mutation) {
8080
buffer.write(entry.type().code());
8181
// write id
8282
buffer.writeBytes(entry.id().asBytes());
83-
// wirte subId
83+
// write subId
8484
if (entry.subId() != null) {
8585
buffer.writeId(entry.subId());
8686
} else {

hugegraph-core/src/main/java/com/baidu/hugegraph/io/HugeGraphSONModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public void writePropertiesField(Collection<HugeProperty<?>> properties,
411411
"for vertex '%s'", key, val, property.element());
412412
}
413413
};
414-
// End wirte properties
414+
// End write properties
415415
generator.writeEndObject();
416416
}
417417
}

0 commit comments

Comments
 (0)