Skip to content

Commit b547d28

Browse files
committed
docs: Small docstring spelling fix
Signed-off-by: Scott Wilson <scott@propersquid.com>
1 parent eb5dd53 commit b547d28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/OpenImageIO/typedesc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ tostring(TypeDesc type, const void* data, const tostring_formatting& fmt = {});
589589
/// * If dsttype is int32 or uint32: other integer types will do their best
590590
/// (caveat emptor if you mix signed/unsigned). Also a source string will
591591
/// convert to int if and only if its characters form a valid integer.
592-
/// * If dsttype is float: inteegers and other float types will do
592+
/// * If dsttype is float: integers and other float types will do
593593
/// their best conversion; strings will convert if and only if their
594594
/// characters form a valid float number.
595595
OIIO_UTIL_API bool

0 commit comments

Comments
 (0)