From dade02d5bb575764e700b78686fa8a03cc0fe3c4 Mon Sep 17 00:00:00 2001 From: Alexandra Nikandrova Date: Tue, 5 Sep 2023 13:43:33 +0200 Subject: [PATCH] doc: typo in basic_usage.md Reviewed-By: Antonio Torres --- doc/api/basic_usage.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/basic_usage.md b/doc/api/basic_usage.md index ace8c850b..16bb09c72 100644 --- a/doc/api/basic_usage.md +++ b/doc/api/basic_usage.md @@ -63,7 +63,7 @@ else: This will connect to LDAP directly if we are running our script in server, or use a RPC client if we are running it from a FreeIPA client. -After we have initialized the API and stablished a connection, we are ready to +After we have initialized the API and established a connection, we are ready to issue commands. ## Running commands @@ -278,4 +278,4 @@ for i in range(100): 'params' : [args, kw] }) ret = api.Command.batch(*batch_args) -``` \ No newline at end of file +```