aboutsummaryrefslogtreecommitdiff
path: root/pollhead.rb
diff options
context:
space:
mode:
authorRafael Fontenelle <rafaelff@gnome.org>2018-08-16 20:43:14 -0300
committerRafael Fontenelle <rafaelff@gnome.org>2018-08-16 20:43:14 -0300
commit5acc09c74469814eac904da77be3103430fe3f48 (patch)
treed9ef80caa5858d96aa63d8d7bd5d6a0e1e74c39e /pollhead.rb
parentfa661ef87b345d8039a3d973b00f08c2dd60acb6 (diff)
Fix minor typos
Diffstat (limited to 'pollhead.rb')
-rw-r--r--pollhead.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/pollhead.rb b/pollhead.rb
index ac8d9bd..fbd2df0 100644
--- a/pollhead.rb
+++ b/pollhead.rb
@@ -33,7 +33,7 @@ class PollHead
end
# column is in human readable form
- # returns true if deletion sucessfull
+ # returns true if deletion successful
def delete_column(column)
@data.delete(column) != nil
end