summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/samba/netcmd/processes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/samba/netcmd/processes.py b/python/samba/netcmd/processes.py
index 0406b1859ca..09b8529448c 100644
--- a/python/samba/netcmd/processes.py
+++ b/python/samba/netcmd/processes.py
@@ -44,7 +44,7 @@ class cmd_processes(Command):
Option("--name", type=str,
help="Return only processes associated with one particular name"),
Option("--pid", type=int,
- help="Return only names assoicated with one particular PID"),
+ help="Return only names associated with one particular PID"),
]
takes_args = []