changeset 3289:ebb8e4b29977 octave-forge

Fixed typo.
author whyly
date Wed, 28 Mar 2007 22:55:44 +0000
parents 116559baf71b
children ae0b2fec4845
files main/statistics/inst/hmmgenerate.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/main/statistics/inst/hmmgenerate.m	Wed Mar 28 21:16:04 2007 +0000
+++ b/main/statistics/inst/hmmgenerate.m	Wed Mar 28 22:55:44 2007 +0000
@@ -215,7 +215,7 @@
       cstate = states (i);
     endfor
 
-    # Compare the randon numbers of outdraw to the cumulated probabilities
+    # Compare the random numbers of outdraw to the cumulated probabilities
     # of the outputs and set the sequence vector accordingly
     sequence = sum (repmat (outdraw, noutput, 1) <= outprob (states, :)', 1);