aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPENDENCIES2
-rw-r--r--README4
-rw-r--r--TODO2
-rwxr-xr-x__main__.py6
-rw-r--r--completion2
5 files changed, 8 insertions, 8 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES
index b4e27be..7e970c2 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -2,7 +2,7 @@ RUNTIME DEPENDENCIES:
redshift
python3
- linux (procfs is used to reexec python)
+ linux (procfs is used to re-exec python)
MAKE DEPENDENCIES:
diff --git a/README b/README
index 07426e7..40ffa07 100644
--- a/README
+++ b/README
@@ -10,7 +10,7 @@ DESCRIPTION
to the time of day.
The goal of this project is to provide high capabilities
- to redshift when it becomes a D-Bus services, and do so
+ to redshift when it becomes a D-Bus service, and do so
with a nice terminal user interface and a command line
interface with a daemon running in the background.
@@ -25,7 +25,7 @@ OPTIONS
Show program copyright information.
-W, --warranty
- Show program warrantly disclaimer.
+ Show program warranty disclaimer.
-d, --daemon
Start as daemon.
diff --git a/TODO b/TODO
index 1f8aa4e..5ef178f 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
Freeze/thaw bug: if the client closes, the redshift instance will too for some reason if it is frozen.
-A problem with having nigthshift clients open is that both
+A problem with having nightshift clients open is that both
will be able start a new nightshift daemon if redshift exists.
diff --git a/__main__.py b/__main__.py
index d0ac5eb..b398d0f 100755
--- a/__main__.py
+++ b/__main__.py
@@ -101,7 +101,7 @@ toggle = False
set_status = None
'''
-:bool? `True` if redshift should be enabled, `False` for disble, otherwise `None`
+:bool? `True` if redshift should be enabled, `False` for disable, otherwise `None`
'''
set_freeze = None
@@ -117,7 +117,7 @@ status = False
conf_opts = []
'''
:list<str> This list will always have at least one element. This list is filled
- with options passed to the configurations, with the first element
+ with options passed to the configuration, with the first element
being the configuration file
'''
@@ -168,7 +168,7 @@ for arg in sys.argv[1:]:
-h --help Display this help message
-V --version Show program version
-C --copyright Show program copyright information
- -W --warranty Show program warrantly disclaimer
+ -W --warranty Show program warranty disclaimer
-d --daemon Start as daemon
-x --reset --kill Remove adjustment from screen
diff --git a/completion b/completion
index 234f7d0..752d680 100644
--- a/completion
+++ b/completion
@@ -4,7 +4,7 @@
(unargumented (options -h --help) (complete --help) (desc 'Display this help message'))
(unargumented (options -V --version) (complete --version) (desc 'Show program version'))
(unargumented (options -C --copyright) (complete --copyright) (desc 'Show program copyright information'))
- (unargumented (options -W --warranty) (complete --warranty) (desc 'Show program warrantly disclaimer'))
+ (unargumented (options -W --warranty) (complete --warranty) (desc 'Show program warranty disclaimer'))
(unargumented (options -d --daemon) (complete --daemon) (desc 'Start as daemon'))
(unargumented (options -x --reset --kill) (complete --kill) (desc 'Remove adjustment from screen'))