From 1e7094566a9a58adf242c2d481ae3b33e1cef502 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Fri, 18 Feb 2022 18:38:59 -0500 Subject: [PATCH] HaikuDepot: Fix typo. --- src/apps/haikudepot/ui/PackageListView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/haikudepot/ui/PackageListView.cpp b/src/apps/haikudepot/ui/PackageListView.cpp index 159e45d1da..9fe2496695 100644 --- a/src/apps/haikudepot/ui/PackageListView.cpp +++ b/src/apps/haikudepot/ui/PackageListView.cpp @@ -158,7 +158,7 @@ private: }; -// BRow for the PartitionListView +// BRow for the PackageListView class PackageRow : public BRow { typedef BRow Inherited; public: