From 59f0fdddca395006fb8613000b9b015d41f7118c Mon Sep 17 00:00:00 2001 From: kojix2 <2xijok@gmail.com> Date: Sat, 15 Aug 2020 16:01:43 +0900 Subject: [PATCH] Fix a typo --- lib/uplot/command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/uplot/command.rb b/lib/uplot/command.rb index 54fe861..0b46a97 100644 --- a/lib/uplot/command.rb +++ b/lib/uplot/command.rb @@ -178,7 +178,7 @@ module Uplot if @headers transpose2(data[1..-1]) else - tanrspose2(data) + transpose2(data) end end end