Bug 58997

Summary: the word indices (plural of index) is missing from aspell-en-gb
Product: [Retired] Red Hat Linux Reporter: Corrin Lakeland <lakeland>
Component: aspellAssignee: Trond Eivind Glomsrxd <teg>
Status: CLOSED WORKSFORME QA Contact: Ben Levenson <benl>
Severity: low Docs Contact:
Priority: medium    
Version: 7.2   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-01-29 00:32:54 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Corrin Lakeland 2002-01-29 00:32:49 UTC
Description of Problem: The word indices is missing from aspell-en-gb.  Your
component manager above didn't contain aspell-en-gb so I chose aspell (note that
aspell-en-gb is derived from aspell)


Version-Release number of selected component (if applicable):

aspell-0.33.7-1.src.rpm

How Reproducible:

Always

Steps to Reproduce:
1. Write a document with the word indices
2. run aspell on it
3. 

Actual Results:
word flagged as unknown

Expected Results:

word skipped

Additional Information:
	
I'm not sure if it is valid American so the problem may also apply to aspell-en

Comment 1 Trond Eivind Glomsrxd 2002-01-31 17:21:09 UTC
You need to use one of the variant dictionaries for this word:

LANG=en_GB aspell --add-extra-dicts english-variant-1 -c ~/foo.txt

will handle it.