diff mbox series

[9/9] pm-graph: Fix typo "accesible"

Message ID 20210318202223.164873-9-ribalda@chromium.org
State Accepted
Commit b7e23e54a9c7e9fc4aa177bfc3c73a29325614ad
Headers show
Series None | expand

Commit Message

Ricardo Ribalda March 18, 2021, 8:22 p.m. UTC
Trivial fix.

Cc: linux-pm@vger.kernel.org
Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>
---
 tools/power/pm-graph/sleepgraph.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Rafael J. Wysocki March 22, 2021, 2:28 p.m. UTC | #1
On Thu, Mar 18, 2021 at 9:23 PM Ricardo Ribalda <ribalda@chromium.org> wrote:
>

> Trivial fix.

>

> Cc: linux-pm@vger.kernel.org

> Signed-off-by: Ricardo Ribalda <ribalda@chromium.org>

> ---

>  tools/power/pm-graph/sleepgraph.py | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

>

> diff --git a/tools/power/pm-graph/sleepgraph.py b/tools/power/pm-graph/sleepgraph.py

> index 81f4b8abbdf7..ffd50953a024 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)

> --


Applied as 5.13 material, thanks!
diff mbox series

Patch

diff --git a/tools/power/pm-graph/sleepgraph.py b/tools/power/pm-graph/sleepgraph.py
index 81f4b8abbdf7..ffd50953a024 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)