summaryrefslogtreecommitdiffstats
path: root/src/db
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2017-07-26 16:45:35 +0300
committerLukas Slebodnik <lslebodn@redhat.com>2017-07-26 17:46:11 +0200
commit77e5c3fc26085f18277a70ffbd6351a8130963e7 (patch)
tree99753af49550879ef216f1486c4284a1d17fde39 /src/db
parent3b94608698031b51d6ab1f2bb52c055c01ad9fb4 (diff)
downloadsssd-77e5c3fc26085f18277a70ffbd6351a8130963e7.tar.gz
sssd-77e5c3fc26085f18277a70ffbd6351a8130963e7.tar.xz
sssd-77e5c3fc26085f18277a70ffbd6351a8130963e7.zip
Fix minor typos
Merges: https://pagure.io/SSSD/sssd/pull-request/3456 Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/db')
-rw-r--r--src/db/sysdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/db/sysdb.h b/src/db/sysdb.h
index 21d6cf4fc..b045684db 100644
--- a/src/db/sysdb.h
+++ b/src/db/sysdb.h
@@ -819,7 +819,7 @@ int sysdb_get_netgroup_attr(TALLOC_CTX *mem_ctx,
const char **attributes,
struct ldb_result **res);
-/* functions that modify the databse
+/* functions that modify the database
* they have to be called within a transaction
* See sysdb_transaction_send()/_recv() */