diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-03-19 02:24:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-03-19 02:24:07 +0100 |
commit | e0556a0842c980cff83311e2eb4f52e6c95df708 (patch) | |
tree | b28a811920156bf5c8102019719456c0ddf1a91c /examples | |
parent | typo (diff) | |
download | blueshift-e0556a0842c980cff83311e2eb4f52e6c95df708.tar.gz blueshift-e0556a0842c980cff83311e2eb4f52e6c95df708.tar.bz2 blueshift-e0556a0842c980cff83311e2eb4f52e6c95df708.tar.xz |
edito
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/comprehensive | 2 | ||||
-rw-r--r-- | examples/threaded | 2 | ||||
-rw-r--r-- | examples/xmobar | 2 | ||||
-rw-r--r-- | examples/xpybar | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/comprehensive b/examples/comprehensive index ede3ce1..ec0a42e 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -44,7 +44,7 @@ import os # Geographical coodinates. # ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent -# in glass and steal) in this example. An glas obelisk, lit from the inside +# in glass and steal) in this example. A glas 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/threaded b/examples/threaded index 51f7d48..827fcd5 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. An glas obelisk, lit from the inside +# in glass and steal) in this example. A glas 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 de44596..cf47df2 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. An glas obelisk, lit from the inside +# in glass and steal) in this example. A glas 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 f158208..3c80e07 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. An glas obelisk, lit from the inside +# in glass and steal) in this example. A glas 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 |