Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mikael Arguedas <[email protected]>
  • Loading branch information
mikaelarguedas committed Jun 17, 2020
1 parent 0cf36b0 commit 2a0eccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros2_batch_job/osx_batch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def pre(self):
warn('OSPL_HOME not set; using default value')
os.environ['OSPL_HOME'] = os.path.join(
os.environ['HOME'], 'opensplice', 'HDE', 'x86_64.darwin10_clang')
# TODO(nuclearsandwich) COnnext 5.3.1 supports only OpenSSL 1.0.2
# TODO(nuclearsandwich) Connext 5.3.1 supports only OpenSSL 1.0.2
# remove this when upgrading to Connext 6 that supports OpenSSL 1.1.1
if 'RTI_OPENSSL_BIN' not in os.environ:
warn('RTI_OPENSSL_BIN unset; using default value')
Expand Down

0 comments on commit 2a0eccd

Please sign in to comment.