summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authormashuptwice <info@mashup-tech.de>2022-08-28 14:08:04 +0200
committerJF <JF002@users.noreply.github.com>2022-10-10 12:43:11 +0200
commit668820ef5ade329b9caf99d77827adf7c0869862 (patch)
treee9147037848a4c3883a600eaf54ba5bbbb776274 /src/components
parent0f1d0bbd1d59f1d8c5572e1484edb8cb2dee3b53 (diff)
Edit all occurences of "watchface" to "watch face"
Diffstat (limited to 'src/components')
-rw-r--r--src/components/ble/weather/WeatherData.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/ble/weather/WeatherData.h b/src/components/ble/weather/WeatherData.h
index 613d5acb..1a995eb9 100644
--- a/src/components/ble/weather/WeatherData.h
+++ b/src/components/ble/weather/WeatherData.h
@@ -239,7 +239,7 @@ namespace Pinetime {
* In order to represent bursts of wind instead of constant wind,
* you have minimum and maximum speeds.
*
- * As direction can fluctuate wildly and some watchfaces might wish to display it nicely,
+ * As direction can fluctuate wildly and some watch faces might wish to display it nicely,
* we're following the aerospace industry weather report option of specifying a range.
*/
class Wind : public TimelineHeader {
@@ -283,7 +283,7 @@ namespace Pinetime {
* as it usually is, but it could change during a trip for ex.
* so we allow changing it dynamically.
*
- * Location info can be for some kind of map watchface
+ * Location info can be for some kind of map watch face
* or daylight calculations, should those be required.
*
*/
@@ -331,7 +331,7 @@ namespace Pinetime {
*
* These events are a bit more complex because the topic is not simple,
* the intention is to heavy-lift the annoying preprocessing from the watch
- * this allows watchface or watchapp makers to generate accurate alerts and graphics
+ * this allows watch face or watchapp makers to generate accurate alerts and graphics
*
* If this needs further enforced standardization, pull requests are welcome
*/