Skip to content

Commit

Permalink
Fix comment typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Carcaramo <lcarcaramo@ibm.com>
  • Loading branch information
lcarcaramo committed Feb 12, 2024
1 parent dabd403 commit bebedbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyracf/common/irrsmo00.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def call_racf(
running_userid=running_userid,
running_userid_length=len(running_userid),
)
# Preserve raw binary respone just in case we need to create a dump.
# Preserve raw result XML just in case we need to create a dump.
# If the decoded result XML cannot be parsed with the XML parser,
# a dump may need to be taken to aid in problem determination.
self.__raw_result_xml = result[0]
Expand Down

0 comments on commit bebedbb

Please sign in to comment.