From: Ricardo Ribalda Date: Thu, 18 Mar 2021 20:22:23 +0000 (+0100) Subject: pm-graph: Fix typo "accesible" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=b7e23e54a9c7e9fc4aa177bfc3c73a29325614ad;p=linux.git pm-graph: Fix typo "accesible" Trivial fix. Signed-off-by: Ricardo Ribalda Signed-off-by: Rafael J. Wysocki --- diff --git a/tools/power/pm-graph/sleepgraph.py b/tools/power/pm-graph/sleepgraph.py index 81f4b8abbdf7f..ffd50953a024f 100755 --- a/tools/power/pm-graph/sleepgraph.py +++ b/tools/power/pm-graph/sleepgraph.py @@ -6819,7 +6819,7 @@ if __name__ == '__main__': sysvals.outdir = val sysvals.notestrun = True if(os.path.isdir(val) == False): - doError('%s is not accesible' % val) + doError('%s is not accessible' % val) elif(arg == '-filter'): try: val = next(args)