Skip to content

Commit d6da97e

Browse files
committed
Small spelling fix
1 parent 5f88f50 commit d6da97e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
650 Bytes
Binary file not shown.
61 Bytes
Binary file not shown.

src/fedex_python/src/classes_python.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ GetAttrTypeName(Type t) {
508508
}
509509
else if (TYPEis_logical(t))
510510
{
511-
attr_type = "LOGCIAL";
511+
attr_type = "LOGICAL";
512512
}
513513
else if (TYPEis_boolean(t))
514514
{

0 commit comments

Comments
 (0)