Skip to content

Commit ac415f4

Browse files
committed
Fix problem description
1 parent d99bc70 commit ac415f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instana/fsm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def announce_sensor(self, e):
133133
cmdinfo = cmd.read()
134134
cmdline = cmdinfo.split('\x00')
135135
else:
136-
# OSX doesn't provide a reliable method to determine what
136+
# Python doesn't provide a reliable method to determine what
137137
# the OS process command line may be. Here we are forced to
138138
# rely on ps rather than adding a dependency on something like
139139
# psutil which requires dev packages, gcc etc...

0 commit comments

Comments
 (0)