From d08f93ee34e973f4a7342dc562df2cb115426793 Mon Sep 17 00:00:00 2001 From: Guilherme de Campos Affonso Date: Wed, 4 Oct 2017 10:30:51 +0900 Subject: [PATCH] Fix typo in irtutil.l --- irteus/irtutil.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irteus/irtutil.l b/irteus/irtutil.l index 3adec5c98..6bdde2f98 100644 --- a/irteus/irtutil.l +++ b/irteus/irtutil.l @@ -218,7 +218,7 @@ ;; (position :type float-vector) ;; current data point (time :type float) ;; time [sec] from start - (segmnet-num :type integer) ;; number of total segment + (segment-num :type integer) ;; number of total segment (segment-time :type float) ;; time[sec] with in each segment (segment :type integer) ;; index of segment which is currently processing (interpolatingp :type symbol)