Skip to content

Commit e40e369

Browse files
committed
format: apply 'cspell' hook rule
Part of #TNTP-2937
1 parent 9701042 commit e40e369

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Improvement in the work of templates.
9696

9797
### Added
9898

99-
- `tt aeon connect`: add connection from the `app:insance_name`.
99+
- `tt aeon connect`: add connection from the `app:instance_name`.
100100
- Added support for the `{{ metricsPort }}` construct in Go text templates.
101101
This new function allows template users to generate a monitoring port value
102102
directly within their templates, providing more flexibility and simplifying
@@ -321,7 +321,7 @@ Additionally, several fixes were implemented to improve stability.
321321
- `tt status`: added `pretty` option for pretty-formatted table output.
322322
- `TT_CLI_CFG`: environment variable to specify the path to the configuration
323323
file.
324-
- `tt pack`: systemd unit parameterizing support.
324+
- `tt pack`: systemd unit parameterize support.
325325
- `tt replicaset vshard`: module to manage vshard in the tarantool replicaset.
326326
* `tt replicaset vshard bootstrap`: command to bootstrap vshard.
327327

@@ -457,7 +457,7 @@ Additionally, several fixes were implemented to improve stability.
457457
- Enable logging to file by default for `tarantool` cluster instances.
458458
Default log file name for an instance is `tarantool.log`. `tarantool`'s
459459
stdout/stderr and `tt` logs go to `tt.log` file.
460-
- Remove URI with creds from console title and prompt.
460+
- Remove URI with credentials from console title and prompt.
461461
- Ignore app-instance delimiters for Tarantool 3.0 instances.
462462
- Don't use dash as an app-instance delimiter. At the same time,
463463
`cartridge_app-stateboard` treated as a special case.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ In other cases you will get a message with errors that need to be corrected manu
269269

270270
## Configuration
271271

272-
Taratool CLI can be launched in several modes:
272+
Tarantool CLI can be launched in several modes:
273273

274274
- System launch (flag `-S`) - the working directory is current,
275275
configuration file searched in `/etc/tarantool` directory.

cli/aeon/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Update Aaon proto submodule
1+
# Update Aeon proto submodule
22
In case of updating the communication protocol with the Aeon server, the following manual actions are required:
33
1. Update `proto` files and re-generate new `.go` sources.
44
2. Make appropriate corrections to the `tt aeon connect` application code.
@@ -15,11 +15,11 @@ go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
1515
## Update submodule from repository
1616
Get fresh files from the `master` branch.
1717
```sh
18-
cd tt/cli/aeon/protos
18+
cd tt/cli/aeon/protoc
1919
git co master
2020
git pull
2121
cd ..
22-
git add protos
22+
git add protoc
2323
```
2424

2525
## Regenerate `pb` modules

doc/examples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,10 @@ For packing deb package call:
452452

453453
``` console
454454
$ tt pack deb --name dev_bundle --version 1.0.0
455-
• A root for package is located in: /var/folders/c6/jv1r5h211dn1280d75pmdqy80000gp/T/2166098848
455+
• A root for package is located in: /var/folders/c6/jv1r5h211dn1280d7580000gp/T/2166098848
456456
• Apps to pack: app1 app2 app3 app4 app5
457457
458-
myapp scm-1 is now installed in /var/folders/c6/jv1r5h211dn1280d75pmdqy80000gp/T/tt_pack4173588242/myapp/.rocks
458+
myapp scm-1 is now installed in /var/folders/c6/jv1r5h211dn1280d7580000gp/T/tt_pack4173588242/myapp/.rocks
459459
460460
• myapp rocks are built successfully
461461
• Generating new tt.yaml for the new package

doc/known_issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ the [Github Issues page](https://github.com/tarantool/tt/issues).
1010

1111
## Do not set the box.cfg.background
1212

13-
`tt start` daemonizes a Tarantool process itself. The [box.cfg.background
13+
`tt start` daemonize a Tarantool process itself. The [box.cfg.background
1414
setting][cfg-background] does the same thing from a Tarantool process. These
1515
features conflict with each other. As a result, `tt status` shows an invalid
1616
status of a Tarantool instance, and it is unable to stop the instance

0 commit comments

Comments
 (0)