[SSSD] [PATCH] typos in integration tests

Pavel Březina pbrezina at redhat.com
Thu Oct 8 11:43:29 UTC 2015


On 10/07/2015 02:55 PM, Pavel Reichl wrote:
>
>
> On 10/07/2015 02:48 PM, Pavel Březina wrote:
>> No big deal...
>>
>> 0001-intg-fix-typos.patch
>>
>>
>>  From 923d5626fd3cefaf0620c64aecacfba26b439250 Mon Sep 17 00:00:00 2001
>> From: =?UTF-8?q?Pavel=20B=C5=99ezina?=<pbrezina at redhat.com>
>> Date: Wed, 7 Oct 2015 14:16:38 +0200
>> Subject: [PATCH] intg: fix typos
>>
>> ---
>>   src/tests/intg/sssd_id.py | 6 +++---
>>   1 file changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/src/tests/intg/sssd_id.py b/src/tests/intg/sssd_id.py
>> index
>> 45f2822b5b33d99b6a7cbbbba0450c774e05ff11..765371215eaa203a5b05cdea64caccb549b90e00
>> 100644
>> --- a/src/tests/intg/sssd_id.py
>> +++ b/src/tests/intg/sssd_id.py
>> @@ -42,7 +42,7 @@ def call_sssd_initgroups(user, gid):
>>       @param int gid the additional gid will be also added to the list.
>>
>>       @return (int, int, List[int]) (err, errno, gids)
>> -        gids shoudl contain user group IDs if err is
>> NssReturnCode.SUCCESS
>> +        gids should contain user group IDs if err is
>> NssReturnCode.SUCCESS
>>           otherwise errno will contain non-zero vlaue.
> could you please also change vlaue to value
>>       """
>>       libnss_sss_path = config.PREFIX + "/lib/libnss_sss.so.2"
>> @@ -85,7 +85,7 @@ def get_user_gids(user):
>>       @param string user name of user
>>
>>       @return (int, int, List[int]) (err, errno, gids)
>> -        gids shoudl contain user group IDs if err is
>> NssReturnCode.SUCCESS
>> +        gids should contain user group IDs if err is
>> NssReturnCode.SUCCESS
>>           otherwise errno will contain non-zero vlaue.
> same here
>>       """
>>       pwd_user = pwd.getpwnam(user)
>> @@ -106,7 +106,7 @@ def get_user_groups(user):
>>       @param string user name of user
>>
>>       @return (int, int, List[string]) (err, errno, groups)
>> -        roups shoudl contain names of user groups
>> +        groups should contain names of user groups
>>           if err is NssReturnCode.SUCCESS
>>           otherwise errno will contain non-zero vlaue.
> and here
>>       """
>> -- 2.1.0

Sure, I found out few more typos. New patch is attached.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-intg-fix-typos.patch
Type: text/x-patch
Size: 2719 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20151008/f993c6ff/attachment.bin>


More information about the sssd-devel mailing list