[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#807105: python-apt-doc: typo in tutorials/apt-cdrom.rst



Package: python-apt-doc
Version: 1.1.0~beta1
Severity: minor
Tags: patch

I found a rather minor typo in tutorials/apt-cdrom.rst ("mount pint" -->
"mount point").

>From 3cfa0e50216a39cf10fe26be3c9cf32bd5372286 Mon Sep 17 00:00:00 2001
From: Felix Dietrich <felix.dietrich@sperrhaken.name>
Date: Thu, 3 Dec 2015 11:29:34 +0100
Subject: [PATCH] Fix typo

---
 doc/source/tutorials/apt-cdrom.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/tutorials/apt-cdrom.rst b/doc/source/tutorials/apt-cdrom.rst
index 5dd8874..7e1d794 100644
--- a/doc/source/tutorials/apt-cdrom.rst
+++ b/doc/source/tutorials/apt-cdrom.rst
@@ -95,7 +95,7 @@ it is a boolean argument. Afterwards you could use
 ``apt_pkg.config.find_b("help")`` to see whether ``--help`` was specified. In
 ``('d',"cdrom","Acquire::cdrom::mount","HasArg")`` the fourth field is
 ``"HasArg"``. This means that the option has an argument, in this case the
-location of the mount pint. ``('c',"config-file","","ConfigFile")`` shows how
+location of the mount point. ``('c',"config-file","","ConfigFile")`` shows how
 to include configuration files. This option takes a parameter which points to
 a configuration file which will be added to the configuration space.
 ``('o',"option","","ArbItem")`` is yet another type of option, which allows users
-- 
2.6.2


Reply to: