Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/io/usd/intern/usd_writer_abstract.h')
-rw-r--r--source/blender/io/usd/intern/usd_writer_abstract.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/usd/intern/usd_writer_abstract.h b/source/blender/io/usd/intern/usd_writer_abstract.h
index 88df7cb1cc6..6cf7c79c5fa 100644
--- a/source/blender/io/usd/intern/usd_writer_abstract.h
+++ b/source/blender/io/usd/intern/usd_writer_abstract.h
@@ -78,7 +78,7 @@ class USDAbstractWriter : public AbstractHierarchyWriter {
pxr::UsdGeomImageable &usd_geometry);
/* Turn `prim` into an instance referencing `context.original_export_path`.
- * Return true when the instancing was succesful, false otherwise. */
+ * Return true when the instancing was successful, false otherwise. */
virtual bool mark_as_instance(const HierarchyContext &context, const pxr::UsdPrim &prim);
};