fix: Skipping*
diff --git a/erpnext/selling/report/sales_analytics/sales_analytics.py b/erpnext/selling/report/sales_analytics/sales_analytics.py
index cb5d3ec..4d113c8 100644
--- a/erpnext/selling/report/sales_analytics/sales_analytics.py
+++ b/erpnext/selling/report/sales_analytics/sales_analytics.py
@@ -24,7 +24,7 @@
 		self.get_data()
 		self.get_chart_data()
 
-		# Skiping total row for tree-view reports
+		# Skipping total row for tree-view reports
 		skip_total_row = 0
 
 		if self.filters.tree_type in ["Supplier Group", "Item Group", "Customer Group", "Territory"]: