Skip to content

Commit 7f1a64d

Browse files
authored
Merge pull request #1596 from jsoref/spelling
Spelling
2 parents 36a5f2a + 393e150 commit 7f1a64d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+146
-146
lines changed

CHANGES.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Bug fixes(newest first):
107107
make the OpenGrok script work on OS X fixes #687
108108
Countdownlatch (for renamed history)
109109
replace condvar with CountDownLatch fixes #754
110-
Seach the vb directory for a list of visual basic reserved words. Without this, the VB analyser will fail at runtime because the file is missing
110+
Search the vb directory for a list of visual basic reserved words. Without this, the VB analyser will fail at runtime because the file is missing
111111
use separate pool for history generation of renamed files fixes #751
112112
better logging for indexing fixes #749
113113
human readable time format for duration of history index fixes #745
@@ -174,7 +174,7 @@ Bug fixes(newest first):
174174
netbeans 7.3.1
175175
add support for tomcat7, Solaris 12 (dev)
176176
scala support for ctags
177-
#59 Added support for printing multi-page soure code by disabling scrolling in print media's CSS.
177+
#59 Added support for printing multi-page source code by disabling scrolling in print media's CSS.
178178
Added a new field “fileType” to the Lucene index. - search by type feature
179179
#57 div src not unique when multiple readmes
180180
#5 opensolaris.org cleanup
@@ -236,7 +236,7 @@ Bug fixes(newest first):
236236
Bug 19164 - OpenGrok shell script should have a way to tell not to send config to webapp
237237
fix clean button
238238
avoid eftar file test and exception on every page access
239-
avoid unecessary I/O - cache contents of timestamp/{header,footer}_include until reconfiguration occures
239+
avoid unnecessary I/O - cache contents of timestamp/{header,footer}_include until reconfiguration occurs
240240

241241

242242
March 2012 update 0.11.1
@@ -246,7 +246,7 @@ This is a stability improvement release and we suggest to use it instead 0.11
246246

247247
Bug fixes
248248

249-
avoid unecessary I/O - cache contents of timestamp/{header,footer}_include until reconfiguration occures
249+
avoid unnecessary I/O - cache contents of timestamp/{header,footer}_include until reconfiguration occurs
250250
avoid eftar file test and exception on every page access
251251
fix clean button
252252
various OpenGrok script fixes (JAVA_OPTS now configurable, can now disable sending config to webapp,
@@ -269,7 +269,7 @@ New features
269269

270270
PHP analyzer
271271
Visual Basic analyzer
272-
Javascript analyzer
272+
JavaScript analyzer
273273
C# analyzer
274274
completely refactored UI, upgraded jquery to 1.4.4
275275
SSL, SSO and mod_proxy compatible
@@ -752,7 +752,7 @@ New Features:
752752

753753
Bug fixes:
754754
Fixes a XSS security issue (reported by Wez Furlong)
755-
Fixes bug where some CVS revisions could not be retrived
755+
Fixes bug where some CVS revisions could not be retrieved
756756
Fixes bug in handling CVS long histories (reported by Wez Furlong)
757757
Handles extra characters in CVS symbol names (reported by Wez Furlong)
758758
More robust EFTAR file handling (reported by Andy Tucker)

OpenGrok

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ FindApplicationServerType()
548548
fi
549549

550550
# This implementation favours Tomcat, but needs a lot of work,
551-
# especially if Glassfish is perferrerd or it is under the control
551+
# especially if Glassfish is preferred or it is under the control
552552
# of SMF (Service Management Facility)
553553

554554
# Maybe a better implementation would be to call Application

README.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ engine, written in Java. It helps you search, cross-reference and navigate
2727
your source tree. It can understand various program file formats and
2828
version control histories of many source code management systems.
2929

30-
Offical page of the project is on:
30+
Official page of the project is on:
3131

3232
http://opengrok.github.com/OpenGrok/
3333

@@ -137,7 +137,7 @@ Currently supported message types:
137137
This message retrieves or sends a configuration to the webapp,
138138
depending on tag. "setconf" tag sends config to webapp and requires
139139
file as argument. "set" tag sets particular configuration option in the webapp.
140-
5) RefreshMesssage (refresh)
140+
5) RefreshMessage (refresh)
141141
Sent at the end of partial reindex to trigger refresh of SearcherManagers.
142142

143143
4. OpenGrok install
@@ -177,7 +177,7 @@ control management (SCM) OpenGrok requires the checked out source tree under
177177
SRC_ROOT.
178178

179179
By itself OpenGrok does not perform the setup of the source code repositories
180-
or sychronization of the source code with its origin. This needs to be done by
180+
or synchronization of the source code with its origin. This needs to be done by
181181
the user or by using automatic scripts.
182182

183183
It is possible for SCM systems which are not distributed (Subversion, CVS)
@@ -282,7 +282,7 @@ in /tank/source then to get more verbosity run the indexer as:
282282
$ OPENGROK_VERBOSE=true OPENGROK_INSTANCE_BASE=/tank/opengrok \
283283
./OpenGrok index /tank/source
284284

285-
Since above will also change default location of config file, beforehands(or
285+
Since above will also change default location of config file, beforehand(or
286286
restart your web container after creating this symlink) I suggest doing
287287
below for our case of having opengrok instance in /tank/opengrok :
288288

@@ -540,7 +540,7 @@ directory.
540540
OpenGrok script doesn't support this out of box, so you'd need to add it there.
541541
Usually to StdInvocation() function after line -jar ${OPENGROK_JAR} .
542542
It would look like this:
543-
-A cs:org.opensolaris.opengrok.analysis.PlainAnalayzer
543+
-A cs:org.opensolaris.opengrok.analysis.PlainAnalyzer
544544
(this will map extension .cs to PlainAnalyzer)
545545
You should even be able to override OpenGroks analyzers using this option.
546546

@@ -912,7 +912,7 @@ The initial index creation process is resource intensive and often the error
912912
avoid this increase the ulimit value to a higher number.
913913

914914
It is noted that the hard and soft limit for open files of 10240 works for mid
915-
sized repositores and so the recommendation is to start with 10240.
915+
sized repositories and so the recommendation is to start with 10240.
916916

917917
If you get a similar error, but for threads:
918918
"java.lang.OutOfMemoryError: unable to create new native thread "

build.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
560560
<arg value="-o${dist.dir}/${distname}-${version}-src.zip"/>
561561
<arg value="${version}"/>
562562
</exec>
563-
<echo message="If above suceeds, output is in ${dist.dir}/${distname}-${version}-src.zip"/>
563+
<echo message="If above succeeds, output is in ${dist.dir}/${distname}-${version}-src.zip"/>
564564
</target>
565565

566566
<target name="-check_findbugs" description="Check that findbugs jar files are present">
@@ -733,7 +733,7 @@ Copyright (c) 2005, 2017, Oracle and/or its affiliates. All rights reserved.
733733

734734
<!-- <target name="-pre-compile-test-single" depends="-set-jacocoagent"/> -->
735735

736-
<target name="check_repositories_zip" description="check if repositores.zip was generated">
736+
<target name="check_repositories_zip" description="check if repositories.zip was generated">
737737
<available
738738
file="${build.test.classes.dir}/org/opensolaris/opengrok/history/repositories.zip"
739739
type="file" property="repos_exists">

doc/EXAMPLE.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ OpenGrok deployment, step by step
33

44
One of the design goals of OpenGrok is that it should be easy to use, so a
55
user should be able to use OpenGrok with a minimum of configuration. While the
6-
mimimum configuration is suitable for some users, it will not fit all users.
6+
minimum configuration is suitable for some users, it will not fit all users.
77
The intent of this document is to offer a "step by step" guide for two
88
different deployments of OpenGrok. A simple configuration suitable for small
99
deployments, and a more "advanced" one for sites that want to host multiple
@@ -32,7 +32,7 @@ Edit OpenGrok, review the configuration section and set at least the
3232
following parameters to reflect your system and requirements:
3333
SRC_ROOT=/opengrok/source
3434
DATA_ROOT=/opengrok/data
35-
EXUB_CTAGS=/absolute/path/to/Exubrant/Ctags
35+
EXUB_CTAGS=/absolute/path/to/Exuberant/Ctags
3636

3737
The last thing we need to do is to configure the web application. To do so,
3838
please execute the following commands:
@@ -96,7 +96,7 @@ The /opengrok/smf subdirectory contains scripts and manifest files that may be
9696
used to run the index generation as a Solaris service. You will find a script
9797
that may be used as a skeleton to create you own startup / shutdown script in
9898
tools/init.d. This should be placed in /etc/init.d and appropriate links
99-
must be creted from the desired rcX.d directory.
99+
must be created from the desired rcX.d directory.
100100

101101
Solaris users should edit /opengrok/smf/opengrok.xml and verify that the
102102
variables specified there are correct. The service is imported by executing

doc/authorization_howto.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Each plugin must implement the IAuthorizationPlugin interface which contains fou
7272
- watchdog service enabled and change was made - forced reload
7373
- deploy of the webapp
7474
2) void unload ( void );
75-
This method is called whenever the framework destroyes the plugin
75+
This method is called whenever the framework destroys the plugin
7676
- watchdog service enabled and change was made - forced reload
7777
(the order is first unload the old instance then load the new one)
7878
- undeploy of the webapp
@@ -120,7 +120,7 @@ The plugin class must be compiled to the .class file (and the it can be packaged
120120
The frameworks supports both .class and .jar files.
121121
For compiling you have to provide opengrok.jar in the classpath
122122

123-
Example (for the SampleAuthorizaionPlugin which is included):
123+
Example (for the SampleAuthorizationPlugin which is included):
124124
$ javac -classpath dist/opengrok.jar -d . plugins/SampleAuthorizationPlugin.java
125125

126126
Then you can just drop the compiled .class file into plugin directory and deploy the webapp.

doc/groups_howto.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Listing
130130
-------
131131

132132
Groups are displayed in accordion on the main page, accordion can be expanded to see all subgroups and repositories
133-
in that group. It is neccessary to mention that in the accordion there are only repositories, i. e. projects with
133+
in that group. It is necessary to mention that in the accordion there are only repositories, i. e. projects with
134134
repository information.
135135

136136
If no group matches the project the special section 'Other' is maintained with all such projects and repositories.
@@ -148,7 +148,7 @@ Method summary
148148
Configuration.addGroup(Group group)
149149

150150
This method adds a group to the set of groups in the configuration. If the group name is not
151-
unique accross the set, it throws an IOException and does not add that group.
151+
unique across the set, it throws an IOException and does not add that group.
152152

153153
Group.addGroup(Group group)
154154

doc/release.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ usually it's overall coverage above 80%)
2929

3030
(jenkins can help here, see README.txt on setup)
3131

32-
The release is OK, once above is fullfilled to our satisfaction.
32+
The release is OK, once above is fulfilled to our satisfaction.
3333

3434
3) produce proper distributions
3535

@@ -53,7 +53,7 @@ Note that for the IPS package *.p5p the version names are translated this way:
5353
0.12-rc<i> ~ 0.12.0.0.<i>
5454
...
5555

56-
(Note that the release candidate must follow imediately after the basic version
56+
(Note that the release candidate must follow immediately after the basic version
5757
number (0.12))
5858

5959

jrcs/src/main/java/org/apache/commons/jrcs/diff/Chunk.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
import java.util.List;
6464

6565
/**
66-
* Holds a information about a parrt of the text involved in
66+
* Holds a information about a part of the text involved in
6767
* a differencing or patching operation.
6868
*
6969
* @version $Id: Chunk.java,v 1.4 2003/10/13 08:00:24 rdonkin Exp $
@@ -287,8 +287,8 @@ public StringBuffer toString(StringBuffer s, String prefix, String postfix)
287287
}
288288

289289
/**
290-
* Retreives the specified part from a {@link List List}.
291-
* @param seq the list to retreive a slice from.
290+
* Retrieves the specified part from a {@link List List}.
291+
* @param seq the list to retrieve a slice from.
292292
* @param pos the start position.
293293
* @param count the number of items in the slice.
294294
* @return a {@link List List} containing the specified items.
@@ -307,7 +307,7 @@ public static List slice(List seq, int pos, int count)
307307

308308
/**
309309
* Retrieves a slice from an {@link Object Object} array.
310-
* @param seq the list to retreive a slice from.
310+
* @param seq the list to retrieve a slice from.
311311
* @param pos the start position.
312312
* @param count the number of items in the slice.
313313
* @return a {@link List List} containing the specified items.

jrcs/src/main/java/org/apache/commons/jrcs/diff/Delta.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ protected Delta(Chunk orig, Chunk rev)
144144
}
145145

146146
/**
147-
* Initializaes the delta with the given chunks from the original
147+
* Initializes the delta with the given chunks from the original
148148
* and revised texts.
149149
*/
150150
protected void init(Chunk orig, Chunk rev)

0 commit comments

Comments
 (0)