summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-03-02 15:14:56 +0100
committerBastien Nocera <hadess@hadess.net>2018-03-02 15:16:53 +0100
commitc962089b6c3bd5bb57961393b0befd9ca431fc39 (patch)
treed6d0a57bf3a9ca5a5dcf31f2d7bafec7188b09a6
parent17f51de51d245c03d71c9c981dbb21dc35f7ae2c (diff)
downloadlibgweather-c962089b6c3bd5bb57961393b0befd9ca431fc39.tar.gz
lib: Fix typo in enumeration documentation
s/millimiters/millimeters/ Closes !1
-rw-r--r--libgweather/gweather-enums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgweather/gweather-enums.h b/libgweather/gweather-enums.h
index a0df282..93943aa 100644
--- a/libgweather/gweather-enums.h
+++ b/libgweather/gweather-enums.h
@@ -75,7 +75,7 @@ typedef enum { /*< underscore_name=gweather_speed_unit >*/
* @GWEATHER_PRESSURE_UNIT_HPA: hectoPascal (* 10^2 Pa); also known
* as millibars, but formatted differently
* @GWEATHER_PRESSURE_UNIT_MB: millibars; same as %GWEATHER_PRESSURE_UNIT_HPA
- * @GWEATHER_PRESSURE_UNIT_MM_HG: millimiters of mercury
+ * @GWEATHER_PRESSURE_UNIT_MM_HG: millimeters of mercury
* @GWEATHER_PRESSURE_UNIT_INCH_HG: inches of mercury
* @GWEATHER_PRESSURE_UNIT_ATM: atmospheres
*