From 90deefc7d1b94c963440483c2ddf2798af79f138 Mon Sep 17 00:00:00 2001
From: Tomas Cohen Arazi <tomascohen@theke.io>
Date: Thu, 28 Jun 2018 15:54:53 -0300
Subject: [PATCH] Bug 20997: (follow-up) Minor POD fixes

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
---
 Koha/Account/Line.pm  | 2 +-
 Koha/Account/Lines.pm | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Koha/Account/Line.pm b/Koha/Account/Line.pm
index 5a6a0210d4..491d55bab3 100644
--- a/Koha/Account/Line.pm
+++ b/Koha/Account/Line.pm
@@ -31,7 +31,7 @@ use base qw(Koha::Object);
 
 =head1 NAME
 
-Koha::Account::Lines - Koha accountline Object class
+Koha::Account::Line - Koha accountline Object class
 
 =head1 API
 
diff --git a/Koha/Account/Lines.pm b/Koha/Account/Lines.pm
index a36e182339..fde90cd99c 100644
--- a/Koha/Account/Lines.pm
+++ b/Koha/Account/Lines.pm
@@ -27,7 +27,6 @@ use base qw(Koha::Objects);
 
 =head1 NAME
 
-Koha::Cities - Koha City Object set class
 Koha::Account::Lines - Koha Account Line Object set class
 
 =head1 API
-- 
2.18.0