Unverified Commit 0483feb6 authored by Feng Xiao's avatar Feng Xiao Committed by GitHub

Merge pull request #5013 from prSquirrel/fix-typo-field-mask-tree

Fix typo in FieldMaskTree.java warning
parents f504d95d 5ddc6874
......@@ -240,7 +240,7 @@ final class FieldMaskTree {
"Field \""
+ field.getFullName()
+ "\" is not a "
+ "singluar message field and cannot have sub-fields.");
+ "singular message field and cannot have sub-fields.");
continue;
}
if (!source.hasField(field) && !destination.hasField(field)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment