--- eeschema/lib_pin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eeschema/lib_pin.h b/eeschema/lib_pin.h index 51f5f58..15d5412 100644 --- a/eeschema/lib_pin.h +++ b/eeschema/lib_pin.h @@ -277,7 +277,7 @@ public: /** * Get the electrical type of the pin. * - * @return The electrical type of the pin (see enun ELECTRICAL_PINTYPE for values). + * @return The electrical type of the pin (see enum ELECTRICAL_PINTYPE for values). */ ELECTRICAL_PINTYPE GetType() const { return m_type; }
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp