From c469e1345c252feef790b57636c0781143a36da8 Mon Sep 17 00:00:00 2001
From: Talkashie <26035046+Talkashie@users.noreply.github.com>
Date: Sun, 7 Feb 2021 21:09:55 -0600
Subject: [PATCH] Fix various typos in index.docbook
---
help/C/index.docbook | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/help/C/index.docbook b/help/C/index.docbook
index 3e10633..1c591d6 100644
--- a/help/C/index.docbook
+++ b/help/C/index.docbook
@@ -292,7 +292,7 @@
Valid types of URI include http:, ftp:, file:, and all of the methods supported by gvfs.
- Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because because not all FTP servers may correctly work with saving remote files.
+ Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because not all FTP servers may correctly work with saving remote files.
@@ -350,7 +350,7 @@
Type the string that you want to find in the Search for field. You can include special characters such as a new line or tab: see .
- Click Find to search the file for the first occurrence of the string after your current cursor position. If &app; finds the string, the application selects first occurrence of the string. Other occurrences of the string are highlighted.
+ Click Find to search the file for the first occurrence of the string after your current cursor position. If &app; finds the string, the application selects the first occurrence of the string. Other occurrences of the string are highlighted.
To find the next occurrence of the string, click Find or choose Search Find Next . To find the previous occurrence of the text, choose Search Find Previous .
@@ -1400,7 +1400,7 @@
- The amount of space used, and whether tab character or space characters are used, depends on the Tab Stops settings in the Editor Preferences: see .
+ The amount of space used, and whether tab characters or space characters are used, depends on the Tab Stops settings in the Editor Preferences: see .
@@ -1484,12 +1484,12 @@
Kate Modelines
- The first and last ten lines a document are scanned for Kate modelines.
+ The first and last ten lines of a document are scanned for Kate modelines.
The Kate options for tab-width, indent-width, space-indent, word-wrap and word-wrap-column are supported. For more information, see the Kate website.
Vim Modelines
- The first and last three lines a document are scanned for Vim modelines.
+ The first and last three lines of a document are scanned for Vim modelines.
The Vim options for et, expandtab, ts, tabstop, sw, shiftwidth, wrap, and textwidth are supported. For more information, see the Vim website.