summaryrefslogtreecommitdiff
path: root/src/egg-array-float.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2017-11-28 09:42:13 +0300
committermonsta <[email protected]>2017-11-28 09:42:13 +0300
commit59192f8be9d81650c4d0e9ee1b201a762528dde8 (patch)
tree7bfcb73bf11c6de6afab56185305f8cf950d9207 /src/egg-array-float.c
parent50130054328889b47f7f8f8a3ff18eaa493c646d (diff)
downloadmate-power-manager-59192f8be9d81650c4d0e9ee1b201a762528dde8.tar.bz2
mate-power-manager-59192f8be9d81650c4d0e9ee1b201a762528dde8.tar.xz
fix typos in some more comments
Diffstat (limited to 'src/egg-array-float.c')
-rw-r--r--src/egg-array-float.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg-array-float.c b/src/egg-array-float.c
index 3213330..51f8594 100644
--- a/src/egg-array-float.c
+++ b/src/egg-array-float.c
@@ -300,7 +300,7 @@ powfi (gfloat base, guint n)
* Return value: Data with outliers removed
*
* Compares local sections of the data, removing outliers if they fall
- * ouside of sigma, and using the average of the other points in it's place.
+ * outside of sigma, and using the average of the other points in its place.
**/
EggArrayFloat *
egg_array_float_remove_outliers (EggArrayFloat *data, guint length, gfloat sigma)