From 63e548ce35f6b5e8458569c3227918ba7dd980b8 Mon Sep 17 00:00:00 2001 From: Kevin Redon Date: Thu, 27 Mar 2014 14:37:05 +0100 Subject: [PATCH] fixed typo --- hardware/Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/Rakefile b/hardware/Rakefile index 6f131f7..0b0e984 100644 --- a/hardware/Rakefile +++ b/hardware/Rakefile @@ -130,7 +130,7 @@ end # ================ # generate gnetlist bom2 and parse them -# arguments: schematic=schematic to usse, attributes=the attributs to use for generating bom2 +# arguments: schematic=schematic to use, attributes=the attributes to use for generating bom2 # return [{:refdes => [refdes of component], => text of attributes}] def bom2(schematic, attributes) to_return = []