From 9542eca0cb2237c7c4663f314b9b13d4b8e72428 Mon Sep 17 00:00:00 2001 From: Martin Whitaker Date: Mon, 27 Aug 2018 14:55:57 +0100 Subject: drakclassic: s/classic installer/classical installer/ for consistency with the Wiki. --- drakclassic | 4 ++-- lib/MGA/DrakISO/BuildMedia.pm | 2 +- lib/MGA/DrakISO/ClassicBuild.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drakclassic b/drakclassic index bb53693..4313c50 100755 --- a/drakclassic +++ b/drakclassic @@ -108,7 +108,7 @@ __END__ =head1 NAME -drakclassic - A classic installer ISO mastering tool +drakclassic - A classical installer ISO mastering tool =head1 SYNOPSIS @@ -174,7 +174,7 @@ associative array). See L for details. =head1 DESCRIPTION -B builds a classic installer ISO according to a configuration +B builds a classical installer ISO according to a configuration file. See L diff --git a/lib/MGA/DrakISO/BuildMedia.pm b/lib/MGA/DrakISO/BuildMedia.pm index 10fe0ea..bede84b 100644 --- a/lib/MGA/DrakISO/BuildMedia.pm +++ b/lib/MGA/DrakISO/BuildMedia.pm @@ -18,7 +18,7 @@ # SYNOPSIS # -------- # This package provides a function to create the urpmi media that will be used -# by the classic installer and to generate the product.id and package.lst +# by the classical installer and to generate the product.id and package.lst # files that will be included in the installer ISO image. package MGA::DrakISO::BuildMedia; diff --git a/lib/MGA/DrakISO/ClassicBuild.pm b/lib/MGA/DrakISO/ClassicBuild.pm index 4711f12..f5f77b9 100644 --- a/lib/MGA/DrakISO/ClassicBuild.pm +++ b/lib/MGA/DrakISO/ClassicBuild.pm @@ -20,7 +20,7 @@ # SYNOPSIS # -------- # This package defines the ClassicBuild subclass that is used to hold all the -# settings and configuration values needed to build a classic installer ISO. +# settings and configuration values needed to build a classical installer ISO. # It provides a number of helper functions over and above those provided by # the ISOBuild superclass. -- cgit v1.2.1