Skip to content

Commit b7e23e5

Browse files
ribaldarafaeljw
authored andcommitted
pm-graph: Fix typo "accesible"
Trivial fix. Signed-off-by: Ricardo Ribalda <ribalda@chromium.org> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
1 parent 0d02ec6 commit b7e23e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/power/pm-graph/sleepgraph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6819,7 +6819,7 @@ def printHelp():
68196819
sysvals.outdir = val
68206820
sysvals.notestrun = True
68216821
if(os.path.isdir(val) == False):
6822-
doError('%s is not accesible' % val)
6822+
doError('%s is not accessible' % val)
68236823
elif(arg == '-filter'):
68246824
try:
68256825
val = next(args)

0 commit comments

Comments
 (0)