Fix grammar
Use proper grammar (third-person singular). Signed-off-by: Samanta Navarro <ferivoz@riseup.net>
This commit is contained in:
parent
b8ea76ba72
commit
c53b36fe85
@ -23,7 +23,7 @@
|
|||||||
* Two important function classes that fall into this category are
|
* Two important function classes that fall into this category are
|
||||||
* getpwnam(3) and syslog(3).
|
* getpwnam(3) and syslog(3).
|
||||||
*
|
*
|
||||||
* This file provide wrapper to the getpwnam or getpwnam_r functions.
|
* This file provides wrapper to the getpwnam or getpwnam_r functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
* Two important function classes that fall into this category are
|
* Two important function classes that fall into this category are
|
||||||
* getpwnam(3) and syslog(3).
|
* getpwnam(3) and syslog(3).
|
||||||
*
|
*
|
||||||
* This file provide wrapper to the getpwnam or getpwnam_r functions.
|
* This file provides wrapper to the getpwnam or getpwnam_r functions.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
4
src/su.c
4
src/su.c
@ -808,7 +808,7 @@ static void process_flags (int argc, char **argv)
|
|||||||
case 'm':
|
case 'm':
|
||||||
case 'p':
|
case 'p':
|
||||||
/* This will only have an effect if the target
|
/* This will only have an effect if the target
|
||||||
* user do not have a restricted shell, or if
|
* user does not have a restricted shell, or if
|
||||||
* su is called by root.
|
* su is called by root.
|
||||||
*/
|
*/
|
||||||
change_environment = false;
|
change_environment = false;
|
||||||
@ -1017,7 +1017,7 @@ int main (int argc, char **argv)
|
|||||||
|
|
||||||
pw = check_perms ();
|
pw = check_perms ();
|
||||||
|
|
||||||
/* If the user do not want to change the environment,
|
/* If the user does not want to change the environment,
|
||||||
* use the current SHELL.
|
* use the current SHELL.
|
||||||
* (unless another shell is required by the command line)
|
* (unless another shell is required by the command line)
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user