From bf5d1aa0f62a4440bf83935a734a738dad615b9e Mon Sep 17 00:00:00 2001 From: makowalski Date: Mon, 2 Aug 2021 10:13:01 -0400 Subject: USD importer: fixed typo Fixed typo in copyright block comments. --- source/blender/io/usd/intern/usd_reader_camera.cc | 2 +- source/blender/io/usd/intern/usd_reader_camera.h | 2 +- source/blender/io/usd/intern/usd_reader_mesh.h | 2 +- source/blender/io/usd/intern/usd_reader_nurbs.cc | 2 +- source/blender/io/usd/intern/usd_reader_nurbs.h | 2 +- source/blender/io/usd/intern/usd_reader_prim.cc | 2 +- source/blender/io/usd/intern/usd_reader_prim.h | 2 +- source/blender/io/usd/intern/usd_reader_xform.cc | 2 +- source/blender/io/usd/intern/usd_reader_xform.h | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/source/blender/io/usd/intern/usd_reader_camera.cc b/source/blender/io/usd/intern/usd_reader_camera.cc index 365ea1ae738..2732ed5770d 100644 --- a/source/blender/io/usd/intern/usd_reader_camera.cc +++ b/source/blender/io/usd/intern/usd_reader_camera.cc @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation. * All rights reserved. diff --git a/source/blender/io/usd/intern/usd_reader_camera.h b/source/blender/io/usd/intern/usd_reader_camera.h index 66424941ff4..a4156aa8be2 100644 --- a/source/blender/io/usd/intern/usd_reader_camera.h +++ b/source/blender/io/usd/intern/usd_reader_camera.h @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation. * All rights reserved. diff --git a/source/blender/io/usd/intern/usd_reader_mesh.h b/source/blender/io/usd/intern/usd_reader_mesh.h index bc4adc780c0..54ad144d191 100644 --- a/source/blender/io/usd/intern/usd_reader_mesh.h +++ b/source/blender/io/usd/intern/usd_reader_mesh.h @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation and * NVIDIA Corporation. All rights reserved. diff --git a/source/blender/io/usd/intern/usd_reader_nurbs.cc b/source/blender/io/usd/intern/usd_reader_nurbs.cc index 9bda4fa37f6..9b30b524729 100644 --- a/source/blender/io/usd/intern/usd_reader_nurbs.cc +++ b/source/blender/io/usd/intern/usd_reader_nurbs.cc @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation. * All rights reserved. diff --git a/source/blender/io/usd/intern/usd_reader_nurbs.h b/source/blender/io/usd/intern/usd_reader_nurbs.h index d83419b1769..33a4acf503e 100644 --- a/source/blender/io/usd/intern/usd_reader_nurbs.h +++ b/source/blender/io/usd/intern/usd_reader_nurbs.h @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation. * All rights reserved. diff --git a/source/blender/io/usd/intern/usd_reader_prim.cc b/source/blender/io/usd/intern/usd_reader_prim.cc index e3fc2933309..abd70f49f23 100644 --- a/source/blender/io/usd/intern/usd_reader_prim.cc +++ b/source/blender/io/usd/intern/usd_reader_prim.cc @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation. * All rights reserved. diff --git a/source/blender/io/usd/intern/usd_reader_prim.h b/source/blender/io/usd/intern/usd_reader_prim.h index b72bbbb6d7a..5aff52f011f 100644 --- a/source/blender/io/usd/intern/usd_reader_prim.h +++ b/source/blender/io/usd/intern/usd_reader_prim.h @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation. * All rights reserved. diff --git a/source/blender/io/usd/intern/usd_reader_xform.cc b/source/blender/io/usd/intern/usd_reader_xform.cc index cb55e16f221..eebcc5eb3d5 100644 --- a/source/blender/io/usd/intern/usd_reader_xform.cc +++ b/source/blender/io/usd/intern/usd_reader_xform.cc @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation. * All rights reserved. diff --git a/source/blender/io/usd/intern/usd_reader_xform.h b/source/blender/io/usd/intern/usd_reader_xform.h index 2998f46817e..587ac373a4f 100644 --- a/source/blender/io/usd/intern/usd_reader_xform.h +++ b/source/blender/io/usd/intern/usd_reader_xform.h @@ -13,7 +13,7 @@ * along with this program; if not, write to the Free Software Foundation, * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * Adpated from the Blender Alembic importer implementation. + * Adapted from the Blender Alembic importer implementation. * * Modifications Copyright (C) 2021 Tangent Animation. * All rights reserved. -- cgit v1.2.3