diff --git a/ClosedXML/Excel/Cells/IXLCell.cs b/ClosedXML/Excel/Cells/IXLCell.cs
index 5fa8c8e..855eec2 100644
--- a/ClosedXML/Excel/Cells/IXLCell.cs
+++ b/ClosedXML/Excel/Cells/IXLCell.cs
@@ -176,9 +176,9 @@
/// Inserts the IEnumerable data elements and returns the range it occupies.
///
/// The IEnumerable data.
- /// if set to true the data will be transposed before inserting.
+ /// if set to true the data will be transposed before inserting.
///
- IXLRange InsertData(IEnumerable data, Boolean tranpose);
+ IXLRange InsertData(IEnumerable data, Boolean transpose);
///
/// Inserts the data of a data table.