Skip to content

Commit 1e9b98e

Browse files
author
Vasileios Karakasis
committed
Fix typo in comment
1 parent 7489dd9 commit 1e9b98e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reframe/frontend/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def main():
498498
try:
499499
rt.system.preload_environ.load()
500500
except EnvironError as e:
501-
printer.error("failed to load current's system environment; "
501+
printer.error("failed to load current system's environment; "
502502
"please check your configuration")
503503
printer.debug(str(e))
504504
raise

0 commit comments

Comments
 (0)