Skip to content

Commit 3cc8d7f

Browse files
havesscopybara-github
authored andcommitted
Fix typo in mjcPhysics MjcMaterialAPI
PiperOrigin-RevId: 783750052 Change-Id: Ib829ae7ead7a33572e94ee0fe221da778b623f10
1 parent 549a21c commit 3cc8d7f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

include/mujoco/experimental/usd/mjcPhysics/materialAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class SdfAssetPath;
4040

4141
/// \class MjcPhysicsMaterialAPI
4242
///
43-
/// API providing extension attributes to represent physicsl MuJoCo materials.
43+
/// API providing extension attributes to represent physical MuJoCo materials.
4444
///
4545
class MjcPhysicsMaterialAPI : public UsdAPISchemaBase {
4646
public:

src/experimental/usd/mjcPhysics/generatedSchema.usda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ class "MjcJointAPI" (
528528
}
529529

530530
class "MjcMaterialAPI" (
531-
doc = "API providing extension attributes to represent physicsl MuJoCo materials."
531+
doc = "API providing extension attributes to represent physical MuJoCo materials."
532532
)
533533
{
534534
uniform double mjc:rollingfriction = 0.0001 (

src/experimental/usd/mjcPhysics/schema.usda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1017,7 +1017,7 @@ class "MjcMaterialAPI"
10171017
customData = {
10181018
string className = "MaterialAPI"
10191019
}
1020-
doc = """API providing extension attributes to represent physicsl MuJoCo materials."""
1020+
doc = """API providing extension attributes to represent physical MuJoCo materials."""
10211021

10221022
inherits = </APISchemaBase>
10231023
)

0 commit comments

Comments
 (0)