summaryrefslogtreecommitdiff
path: root/utils/srandmember
diff options
context:
space:
mode:
Diffstat (limited to 'utils/srandmember')
-rw-r--r--utils/srandmember/showfreq.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/srandmember/showfreq.rb b/utils/srandmember/showfreq.rb
index fd47bc0ca..625519c5d 100644
--- a/utils/srandmember/showfreq.rb
+++ b/utils/srandmember/showfreq.rb
@@ -17,7 +17,7 @@ freq = {}
}
}
-# Print the frequency each element was yeld to process it with gnuplot
+# Print the frequency each element was yield to process it with gnuplot
freq.each{|item,count|
puts "#{item} #{count}"
}