← Back to team overview

kicad-developers team mailing list archive

[PATCH 1/5] Fix typo

 

---
 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; }
 

Follow ups

References