Skip to content

Commit 06f87a2

Browse files
committed
Merge pull request realm#1727 from erichkleung/master
Fix typo
2 parents 8b5df95 + 5f516f8 commit 06f87a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

realm/realm-jni/src/util.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ inline bool ColIsNullable(JNIEnv* env, T* pTable, jlong columnIndex)
433433
}
434434

435435
TR_ERR("Expected nullable column type")
436-
ThrowException(env, IllegalArgument, "This filed is not nullable.");
436+
ThrowException(env, IllegalArgument, "This field is not nullable.");
437437
return false;
438438
}
439439

0 commit comments

Comments
 (0)