Skip to content

Commit ae395c5

Browse files
committed
Say mac when we mean mac
1 parent e89c68a commit ae395c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1635,7 +1635,7 @@ def check_requirements(self, show_warning=False):
16351635
"The mbed OS tools in this program require the following Python modules: %s\n"
16361636
"You can install all missing modules by running \"pip install -r %s\" in \"%s\"" % (', '.join(missing), req_file, req_path))
16371637
if os.name == 'posix' and platform.system() == 'Darwin':
1638-
msg += "\nOn Posix systems (Linux, etc) you might have to install packages as your user by adding the \"--user\" flag"
1638+
msg += "\nOn Mac you might have to install packages as your user by adding the \"--user\" flag"
16391639
elif os.name == 'posix':
16401640
msg += "\nOn Posix systems (Linux, etc) you might have to switch to superuser account or use \"sudo\""
16411641

0 commit comments

Comments
 (0)