Skip to content

Commit 32d9574

Browse files
kojix2Sijastraight-shoota
authored
Fix typos (#607)
Co-authored-by: Sijawusz Pur Rahnama <[email protected]> Co-authored-by: Johannes Müller <[email protected]>
1 parent d855cfd commit 32d9574

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

docs/shards.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ after a command.
127127
--local::
128128
Do not update remote repository cache. Instead, Shards will use the local copies
129129
already present in the cache (see *SHARDS_CACHE_PATH*).
130-
The command will fail if a depedency is unavailable in the cache.
130+
The command will fail if a dependency is unavailable in the cache.
131131

132132
-q, --quiet::
133133
Decreases the log verbosity, printing only warnings and errors.
@@ -157,7 +157,7 @@ Defaults to _.cache/shards_ in the home directory (_$XDG_CACHE_HOME_ or _$HOME_)
157157
or the current directory.
158158

159159
SHARDS_INSTALL_PATH::
160-
Defines the location where dependecies are installed.
160+
Defines the location where dependencies are installed.
161161
Defaults to _lib_.
162162

163163
SHARDS_BIN_PATH::

man/shard.yml.5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: shard.yml
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.20
5-
.\" Date: 2023-12-22
5+
.\" Date: 2023-12-28
66
.\" Manual: File Formats
77
.\" Source: shards 0.17.4
88
.\" Language: English
99
.\"
10-
.TH "SHARD.YML" "5" "2023-12-22" "shards 0.17.4" "File Formats"
10+
.TH "SHARD.YML" "5" "2023-12-28" "shards 0.17.4" "File Formats"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0

man/shards.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
.\" Title: shards
33
.\" Author: [see the "AUTHOR(S)" section]
44
.\" Generator: Asciidoctor 2.0.20
5-
.\" Date: 2023-12-22
5+
.\" Date: 2023-12-28
66
.\" Manual: Shards Manual
77
.\" Source: shards 0.17.4
88
.\" Language: English
99
.\"
10-
.TH "SHARDS" "1" "2023-12-22" "shards 0.17.4" "Shards Manual"
10+
.TH "SHARDS" "1" "2023-12-28" "shards 0.17.4" "Shards Manual"
1111
.ie \n(.g .ds Aq \(aq
1212
.el .ds Aq '
1313
.ss \n[.ss] 0
@@ -202,7 +202,7 @@ Disables colored output.
202202
.RS 4
203203
Do not update remote repository cache. Instead, Shards will use the local copies
204204
already present in the cache (see \fBSHARDS_CACHE_PATH\fP).
205-
The command will fail if a depedency is unavailable in the cache.
205+
The command will fail if a dependency is unavailable in the cache.
206206
.RE
207207
.sp
208208
\-q, \-\-quiet
@@ -242,7 +242,7 @@ or the current directory.
242242
.sp
243243
SHARDS_INSTALL_PATH
244244
.RS 4
245-
Defines the location where dependecies are installed.
245+
Defines the location where dependencies are installed.
246246
Defaults to \fIlib\fP.
247247
.RE
248248
.sp

spec/integration/outdated_spec.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ describe "outdated" do
150150
end
151151

152152
describe "non-release" do
153-
describe "without relases" do
153+
describe "without releases" do
154154
it "latest any" do
155155
with_shard({dependencies: {missing: "*"}}, {missing: "0.1.0+git.commit.#{git_commits("missing").first}"}) do
156156
run "shards install"

0 commit comments

Comments
 (0)