Skip to content

Commit

Permalink
Fix misspellings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Mar 12, 2012
1 parent 49f501e commit 0e27ba0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Set to 'yes' to include debugging informations, e.g. DEBUG=yes make -e
# Set to 'yes' to include debugging information, e.g. DEBUG=yes make -e
DEBUG := no

PREFIX ?= /usr
Expand Down
4 changes: 2 additions & 2 deletions src/pad.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ static FILE *pusb_pad_open_system(t_pusb_options *opts,

if (!(user_ent = getpwnam(user)) || !(user_ent->pw_dir))
{
log_error("Unable to retrieve informations for user \"%s\": %s\n",
log_error("Unable to retrieve information for user \"%s\": %s\n",
strerror(errno));
return (0);
}
Expand Down Expand Up @@ -111,7 +111,7 @@ static int pusb_pad_protect(const char *user, int fd)
log_debug("Protecting pad file...\n");
if (!(user_ent = getpwnam(user)))
{
log_error("Unable to retrieve informations for user \"%s\": %s\n",
log_error("Unable to retrieve information for user \"%s\": %s\n",
strerror(errno));
return (0);
}
Expand Down

0 comments on commit 0e27ba0

Please sign in to comment.