aboutsummaryrefslogtreecommitdiff
path: root/pmpd3d.c
diff options
context:
space:
mode:
authorN.N. <nimon@users.sourceforge.net>2012-11-01 14:09:29 +0000
committerN.N. <nimon@users.sourceforge.net>2012-11-01 14:09:29 +0000
commit4264e9da43284a7c473031297ecdd92f96847497 (patch)
tree3b818517adc4e94dcbddce7ae86ddcd689f45ef4 /pmpd3d.c
parent12d80f27c4d04b038058cc20071f66c803220816 (diff)
pmp3d : corrected typo in message
svn path=/trunk/externals/pmpd/; revision=16510
Diffstat (limited to 'pmpd3d.c')
-rw-r--r--pmpd3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pmpd3d.c b/pmpd3d.c
index 8a916c0..8aba27b 100644
--- a/pmpd3d.c
+++ b/pmpd3d.c
@@ -2969,7 +2969,7 @@ void pmpd3d_massesSpeedsMean(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv)
SETFLOAT(&(mean[2]),sommeZ);
SETFLOAT(&(mean[3]),somme);
- outlet_anything(x->main_outlet, gensym("massesFpeedsMean"),4 , mean);
+ outlet_anything(x->main_outlet, gensym("massesSpeedsMean"),4 , mean);
}
void pmpd3d_massesSpeedsStd(t_pmpd3d *x, t_symbol *s, int argc, t_atom *argv)