Spelling/typos.

L.P.H. van Belle belle at bazuin.nl
Mon Dec 16 11:54:37 UTC 2019


Hai Guys, 
 
Im currently working on fixing spelling errors found by debian Lintian. 
One im fixing now is : 
 
usr/lib/x86_64-linux-gnu/samba/vfs/fruit.so:ressource:resource
 
Now im grepping on the type "ressource" but that also showed me this :  
 
librpc/idl/spoolss.idl:         uint32 ressource_id;
librpc/idl/spoolss.idl:         uint32 ressource_id;
source3/modules/vfs_fruit.c:                           "ressource", fruit_rsrc, FRUIT_RSRC_ADFILE);
source3/rpcclient/cmd_spoolss.c:                info2.ressource_id      = 0;
source3/rpcclient/cmd_spoolss.c:        printf("\tressource_id: 0x%08x\n", r->ressource_id);
source3/locale/pam_winbind/da.po:msgstr "Domæne-controller kan ikke nås, bruger cachede akkreditiver i stedet. Netværksressourcer kan være utilgængelige"
source3/locale/pam_winbind/fr.po:msgstr "Le contrôleur de domaine est injoignable. Les donnés d'identification en cache seront utilisées. Certaines ressources réseaux seront indisponibles."

 
my question,  things like :  uint32 ressource_id; 
 
rgrep ressource_id *

librpc/idl/spoolss.idl:         uint32 ressource_id;
librpc/idl/spoolss.idl:         uint32 ressource_id;
source3/rpcclient/cmd_spoolss.c:                info2.ressource_id      = 0;
source3/rpcclient/cmd_spoolss.c:        printf("\tressource_id: 0x%08x\n", r->ressource_id);

Should i fix these also? to resource_id ? 
 
And, can put these type fixes in one patch? 
I'm tekstbook following the git steps, because i need to learn to work more git.
 
 
 
Greetz,
 
Louis
 




More information about the samba-technical mailing list