Skip to content

Commit 3a0708e

Browse files
authored
Update install_option.py
Typo fix
1 parent 992e9e1 commit 3a0708e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/install_option.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ def install_func(spbench_path, args):
9797
print(color.BOLD + " >> IMPORTANT << " + color.END)
9898
print(" ---------------------------------------------------------------\n")
9999
print(" Now you must run \'source setup_vars.sh\'\n to load the libraries.\n")
100-
print(" Obs: You must load the libraries before using\n SPBench every time you star a new session!\n")
100+
print(" Obs: You must load the libraries before using\n SPBench every time you start a new session!\n")
101101

102102
if download_inputs_flag:
103103
args.app_id = "all"
104104
args.class_id = "all"
105105
args.force = True
106106
download_inputs_func(spbench_path, args, True)
107107

108-
sys.exit()
108+
sys.exit()

0 commit comments

Comments
 (0)