Skip to content

Commit aa6eb07

Browse files
emilkoxkitsune
andcommitted
fix typo
Co-authored-by: Gijs de Jong <[email protected]>
1 parent 2887248 commit aa6eb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/store/re_data_loader/src/loader_urdf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ fn log_geometry(
515515
Geometry::Cylinder { radius, length } => {
516516
// URDF and Rerun both use Z as the main axis
517517
re_log::warn_once!(
518-
"Respresitng URDF cylinder as a capsule instead, because Rerun does not yet support cylinders: https://github.com/rerun-io/rerun/issues/1361"
518+
"Representing URDF cylinder as a capsule instead, because Rerun does not yet support cylinders: https://github.com/rerun-io/rerun/issues/1361"
519519
); // TODO(#1361): support cylinders
520520
send_archetype(
521521
tx,

0 commit comments

Comments
 (0)