Skip to content

Commit

Permalink
Fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
deining committed Jul 15, 2024
1 parent a2cf798 commit bcc1586
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _script/find-metrics/find-metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func (c *metricCollector) Visit(n ast.Node) bool {
}

// The call should be a selector expression
// (package.Identifer).
// (package.Identifier).
sel, ok := call.Fun.(*ast.SelectorExpr)
if !ok {
continue
Expand Down
2 changes: 1 addition & 1 deletion _script/histver/synver.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func main() {
var table []*tableRow
fd, err := os.Open(*versionsFile)
if os.IsNotExist(err) {
// File doesn't exist yet. That's allright.
// File doesn't exist yet. That's alright.
} else if err != nil {
log.Fatalln("Reading existing versions:", err)
} else {
Expand Down
2 changes: 1 addition & 1 deletion advanced/folder-xattr-filter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ the matching pattern and the text-field is the pattern to be matched. Adding
a rule while already having a wild-card (*) added will result in the new rule
being added as second-last item. When saving the configuration, empty rules
will be removed. Closing the window without pressing save will cause your
made changes to be resetted.
made changes to be reset.

Be aware that the rules aren't being validated on correctness beyond the point
of cleaning out empty rules.
Expand Down
2 changes: 1 addition & 1 deletion dev/release-creation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Prerequisites
Release Procedure
-----------------

The procedure differs sligthly depending on whether we're doing a release candidate or a stable release. Candidate releases require work to prepare the changelog, which will just be reused for the stable release. The stable release on the other hand requires a slightly different release process and is announced more widely.
The procedure differs slightly depending on whether we're doing a release candidate or a stable release. Candidate releases require work to prepare the changelog, which will just be reused for the stable release. The stable release on the other hand requires a slightly different release process and is announced more widely.

Release Candidates - Write a Change Log
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down
2 changes: 1 addition & 1 deletion make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if errorlevel 9009 (
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
echo.https://www.sphinx-doc.org/
exit /b 1
)

Expand Down
2 changes: 1 addition & 1 deletion users/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ following files are located in this directory:

The database is by default stored in the same directory as the config, but
the location may be overridden by the ``--data`` or ``--home`` flags or the
corresponding environment varibles (``$STDATADIR`` or ``STHOMEDIR``).
corresponding environment variables (``$STDATADIR`` or ``STHOMEDIR``).

The database directory contains the following files, among others:

Expand Down

0 comments on commit bcc1586

Please sign in to comment.