Fix T66250: Repeated word typo

This commit is contained in:
Aaron Carlisle
2019-06-29 11:12:29 -04:00
parent f566212aa2
commit 6f002d1a92

View File

@@ -444,7 +444,7 @@ static void rna_Object_data_set(PointerRNA *ptr, PointerRNA value, struct Report
if ((id->tag & LIB_TAG_NO_MAIN) != (ob->id.tag & LIB_TAG_NO_MAIN)) {
BKE_report(reports,
RPT_ERROR,
"Can only assign evaluated data to to evaluated object, or original data to "
"Can only assign evaluated data to evaluated object, or original data to "
"original object");
return;
}