Update Copyright years on recently changed Asymptote libs.
[course.git] / asymptote / Circ.asy
index b9d26e5da6d686a71bd3b3f99c74f678a126851b..42c889eaaa707aa7fc0b19aec5f7abd0189bd603 100644 (file)
@@ -2,7 +2,7 @@
  * Version 0.1
  *
  * Copyright (C) 2003 GS Bustamante ArgaƱaraz
- *               2008-2009 W. Trevor King <wking@drexel.edu>
+ *               2008-2011 W. Trevor King <wking@drexel.edu>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -110,7 +110,7 @@ void wire(pair pin_beg, pair pin_end, int type=nsq, real dist=0)
       draw(pin_beg--(pin_beg+(dist,0))--(pin_beg.x + dist,pin_end.y)
           --pin_end, line);
     } else {
-      write("Error, unrecognized wireU type",type);
+      write("Error, unrecognized wire type",type);
     }
   }
 }