diff options
-rw-r--r-- | info/adjbacklight.texinfo | 2 | ||||
-rw-r--r-- | src/adjbacklight.c | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/info/adjbacklight.texinfo b/info/adjbacklight.texinfo index bdf1b44..b4c6986 100644 --- a/info/adjbacklight.texinfo +++ b/info/adjbacklight.texinfo @@ -39,7 +39,7 @@ Texts. A copy of the license is included in the section entitled @titlepage @title adjbacklight 7.1 -@subtitle Convient method for adjusting the backlight on your portable computer. +@subtitle Convenient method for adjusting the backlight on your portable computer. @author Mattias Andrée, maandree@@member.fsf.org @page @vskip 0pt plus 1filll diff --git a/src/adjbacklight.c b/src/adjbacklight.c index ecfc773..77e3cf8 100644 --- a/src/adjbacklight.c +++ b/src/adjbacklight.c @@ -1,5 +1,5 @@ /** - * adjbacklight – Convient method for adjusting the backlight on your portable computer + * adjbacklight – Convenient method for adjusting the backlight on your portable computer * * Copyright © 2012, 2013, 2014 Mattias Andrée (maandree@member.fsf.org) * @@ -195,7 +195,7 @@ int main(int argc, char** argv) else if (T("-c") || T("--copyright") || T("--copying")) { P("\n"); - P("adjbacklight – Convient method for adjusting the backlight on your portable computer"); + P("adjbacklight – Convenient method for adjusting the backlight on your portable computer"); P(""); P("Copyright © " _YEARS_ " Mattias Andrée (maandree@member.fsf.org)"); P(""); @@ -261,7 +261,7 @@ int main(int argc, char** argv) if (help || (((size_t)all + ndevices + (size_t)get == 0) && !set)) { P("\n"); - P("adjbacklight - Convient method for adjusting the backlight on your portable computer"); + P("adjbacklight - Convenient method for adjusting the backlight on your portable computer"); P(""); P("USAGE: adjbacklight (-c | -w | [-g | -s LEVEL | LEVEL] [-a | DEVICE...])"); P(""); |