diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-25 12:26:23 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-25 12:27:04 +0100 |
commit | 7006e22077bc5e05a3ad49f86ddd42547a93695d (patch) | |
tree | 28cc96085ea2ec02271beffbe03fff52d41c65e9 | |
parent | Appearently we can interrupt datetime.datetime.now (diff) | |
download | blueshift-7006e22077bc5e05a3ad49f86ddd42547a93695d.tar.gz blueshift-7006e22077bc5e05a3ad49f86ddd42547a93695d.tar.bz2 blueshift-7006e22077bc5e05a3ad49f86ddd42547a93695d.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | examples/comprehensive | 2 | ||||
-rw-r--r-- | examples/textconf.conf | 2 | ||||
-rw-r--r-- | examples/threaded | 2 | ||||
-rw-r--r-- | examples/weather | 2 | ||||
-rw-r--r-- | examples/xmobar | 2 | ||||
-rw-r--r-- | examples/xpybar | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index 21efc14..daaa626 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -43,7 +43,7 @@ import os # Geographical coodinates. # ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent -# in glass and steal) in this example. A glas obelisk, lit from the inside +# in glass and steal) in this example. A glass obelisk, lit from the inside # with adjustable colours and a default colour of 5600 K, in the middle # of a hyperelliptic roundabout.) latitude, longitude = 59.3326, 18.0652 diff --git a/examples/textconf.conf b/examples/textconf.conf index c8ab86f..849272d 100644 --- a/examples/textconf.conf +++ b/examples/textconf.conf @@ -29,7 +29,7 @@ location = 59.3326 18.0652 ; If you are not sure about your location you probably find it in your ; online phone book or on Wikipedia. ; ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent -; in glass and steal) in this example. A glas obelisk, lit from the inside +; in glass and steal) in this example. A glass obelisk, lit from the inside ; with adjustable colours and a default colour of 5600 K, in the middle ; of a hyperelliptic roundabout.) diff --git a/examples/threaded b/examples/threaded index 74a7c8f..a7ea730 100644 --- a/examples/threaded +++ b/examples/threaded @@ -39,7 +39,7 @@ import threading # Geographical coodinates. # ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent -# in glass and steal) in this example. A glas obelisk, lit from the inside +# in glass and steal) in this example. A glass obelisk, lit from the inside # with adjustable colours and a default colour of 5600 K, in the middle # of a hyperelliptic roundabout.) latitude, longitude = 59.3326, 18.0652 diff --git a/examples/weather b/examples/weather index 18bc923..78b826e 100644 --- a/examples/weather +++ b/examples/weather @@ -16,7 +16,7 @@ # Geographical coodinates. # ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent -# in glass and steal) in this example. A glas obelisk, lit from the inside +# in glass and steal) in this example. A glass obelisk, lit from the inside # with adjustable colours and a default colour of 5600 K, in the middle # of a hyperelliptic roundabout.) latitude, longitude = 59.3326, 18.0652 diff --git a/examples/xmobar b/examples/xmobar index cf47df2..fb228ff 100644 --- a/examples/xmobar +++ b/examples/xmobar @@ -16,7 +16,7 @@ # Geographical coodinates. # ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent -# in glass and steal) in this example. A glas obelisk, lit from the inside +# in glass and steal) in this example. A glass obelisk, lit from the inside # with adjustable colours and a default colour of 5600 K, in the middle # of a hyperelliptic roundabout.) latitude, longitude = 59.3326, 18.0652 diff --git a/examples/xpybar b/examples/xpybar index 3c80e07..def5c24 100644 --- a/examples/xpybar +++ b/examples/xpybar @@ -16,7 +16,7 @@ # Geographical coodinates. # ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent -# in glass and steal) in this example. A glas obelisk, lit from the inside +# in glass and steal) in this example. A glass obelisk, lit from the inside # with adjustable colours and a default colour of 5600 K, in the middle # of a hyperelliptic roundabout.) latitude, longitude = 59.3326, 18.0652 |