Skip to content

Commit ca0b602

Browse files
committed
chore: Fix some typos
1 parent f761ff6 commit ca0b602

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

tests/benchmarks/highlighting-speed-src/grep-output-ansi-sequences.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@
670670
doc/README-ja.md:469:export BAT_PAGER="less -RF"
671671
doc/README-ja.md:472:環境変数を利用する代わりに、 `bat` の [設定ファイル](#設定ファイル) を使用して設定も可能です(`--pager` オプション)
672672
doc/README-ja.md:475:`bat` はページャーの以下のコマンドラインオプション を受け付けるでしょう:
673-
doc/README-ja.md:491:macOSでダークモード機能を使用する場合、OSテーマに基づいて異なるテーマを使用するように `bat` を構成することができます。
673+
doc/README-ja.md:491:macOSでダークモード機能を使用する場合、OSテーマに基づいて異なるテーマを使用するように `bat` を構成することができます。
674674
doc/README-ja.md:496:alias cat="bat --theme=\$(defaults read -globalDomain AppleInterfaceStyle &> /dev/null && echo default || echo GitHub)"
675675
doc/README-ja.md:501:`bat` は設定ファイルでカスタマイズすることが可能です。ファイルの場所はOSに依存します。
676676
doc/README-ja.md:504:bat --config-file
@@ -721,7 +721,7 @@
721721
doc/README-ko.md:108:`bat`을 [`fzf`](https://github.com/junegunn/fzf)의 프리뷰로 쓸 수 있습니다.
722722
doc/README-ko.md:109:이를 위해서는 `bat`의 `--color=always` 옵션으로 항상 컬러 출력이 나오게 해야
723723
doc/README-ko.md:113:fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'
724-
doc/README-ko.md:120:`find`의 `-exec` 옵션을 사용하여 모든 검색 결과를 `bat`로 미리 볼 수 있습니다:
724+
doc/README-ko.md:120:`find`의 `-exec` 옵션을 사용하여 모든 검색 결과를 `bat`로 미리 볼 수 있습니다:
725725
doc/README-ko.md:122:find … -exec bat {} +
726726
doc/README-ko.md:125:[`fd`](https://github.com/sharkdp/fd)를 사용하는 경우, `-X`/`--exec-batch`
727727
doc/README-ko.md:128:fd … -X bat
@@ -765,7 +765,7 @@
765765
doc/README-ko.md:271:pacman -S bat
766766
doc/README-ko.md:279:[`bat` 패키지](https://koji.fedoraproject.org/koji/packageinfo?packageID=27506)를
767767
doc/README-ko.md:283:dnf install bat
768-
doc/README-ko.md:288:dev-kit을 통해 [`bat` 패키지](https://github.com/funtoo/dev-kit/tree/1.4-release/sys-apps/bat)를 설치할 수 있습니다:
768+
doc/README-ko.md:288:dev-kit을 통해 [`bat` 패키지](https://github.com/funtoo/dev-kit/tree/1.4-release/sys-apps/bat)를 설치할 수 있습니다:
769769
doc/README-ko.md:291:emerge sys-apps/bat
770770
doc/README-ko.md:297:[`bat` 패키지](https://packages.gentoo.org/packages/sys-apps/bat)를 설치할 수
771771
doc/README-ko.md:301:emerge sys-apps/bat
@@ -860,7 +860,7 @@
860860
doc/README-ko.md:796:`bat`의 pretty-printing 기능을 라이브러리로 사용하는 애플리케이션을 만들고
861861
doc/README-ko.md:797:싶다면, [API 문서](https://docs.rs/bat/)를 살펴보세요.
862862
doc/README-ko.md:798:참고로 `bat`에 라이브러리로써 의존한다면, `regex-onig`나 `regex-fancy`를
863-
doc/README-ko.md:814:만약 `bat`의 취약점을 발견하였다면, [David Peter](https://david-peter.de/)에게 메일로 연락주시기 바랍니다.
863+
doc/README-ko.md:814:만약 `bat`의 취약점을 발견하였다면, [David Peter](https://david-peter.de/)에게 메일로 연락주시기 바랍니다.
864864
doc/README-ko.md:818:`bat`은 다음과 같은 목표를 달성하려고 합니다:
865865
doc/README-ko.md:829:Copyright (c) 2018-2021 [bat-developers](https://github.com/sharkdp/bat).
866866
doc/README-ko.md:831:`bat`는 여러분의 선택에 따라 MIT 라이센스 또는 Apache 라이센스 2.0의 조건에 따라
@@ -2021,7 +2021,7 @@
20212021
tests/syntax-tests/highlighted/Manpage/bat-0.16.man:243: BAT(1)
20222022
tests/syntax-tests/highlighted/Svelte/App.svelte:30: // This block is a regression test for a bat panic when a LiveScript syntax definition is missing
20232023
tests/syntax-tests/highlighted/VimL/source.vim:77:" Error case from issue #1604 (https://github.com/sharkdp/bat/issues/1064)
2024-
tests/syntax-tests/highlighted/Java/test.java:3:/* This Java program was submiited to help bat
2024+
tests/syntax-tests/highlighted/Java/test.java:3:/* This Java program was submitted to help bat
20252025
tests/syntax-tests/highlighted/Sass/example.sass:46: background-image: url("https://github.com/sharkdp/bat/raw/master/doc/logo-header.svg")
20262026
tests/syntax-tests/highlighted/HTML/test.html:5: <title>Bat Syntax Test</title>
20272027
tests/syntax-tests/highlighted/Cpp/test.cpp:6:/* This C program was submitted to help bat
@@ -2119,7 +2119,7 @@
21192119
tests/syntax-tests/source/Svelte/App.svelte:30: // This block is a regression test for a bat panic when a LiveScript syntax definition is missing
21202120
tests/syntax-tests/source/VimL/source.vim:77:" Error case from issue #1604 (https://github.com/sharkdp/bat/issues/1064)
21212121
tests/syntax-tests/source/Git Config/LICENSE.md:1:The `test.gitconfig` file has been added from https://github.com/sharkdp/bat/pull/1336#issuecomment-715905807. Its "free to use".
2122-
tests/syntax-tests/source/Java/test.java:3:/* This Java program was submiited to help bat
2122+
tests/syntax-tests/source/Java/test.java:3:/* This Java program was submitted to help bat
21232123
tests/syntax-tests/source/Sass/example.sass:46: background-image: url("https://github.com/sharkdp/bat/raw/master/doc/logo-header.svg")
21242124
tests/syntax-tests/source/HTML/test.html:5: <title>Bat Syntax Test</title>
21252125
tests/syntax-tests/source/Cpp/test.cpp:6:/* This C program was submitted to help bat
@@ -2138,7 +2138,7 @@
21382138
tests/syntax-tests/source/TOML/Cargo.toml:20:# Feature required for bat the application. Should be disabled when depending on
21392139
tests/syntax-tests/source/TOML/Cargo.toml:21:# bat as a library.
21402140
tests/syntax-tests/source/Erlang/bat_erlang.erl:1:-module(bat_erlang).
2141-
tests/syntax-tests/source/Batch/LICENSE.md:1:The `build.bat` file has been added from https://github.com/Leandros/ClangOnWindows/blob/master/build.bat under the following license:
2141+
tests/syntax-tests/source/Batch/LICENSE.md:1:The `build.bat` file has been added from https://github.com/Leandros/ClangOnWindows/blob/master/build.bat under the following license:
21422142
tests/syntax-tests/source/Bash/batgrep.sh:3:# bat-extras | Copyright (C) 2020 eth-p and contributors | MIT License
21432143
tests/syntax-tests/source/Bash/batgrep.sh:5:# Repository: https://github.com/eth-p/bat-extras
21442144
tests/syntax-tests/source/Bash/batgrep.sh:6:# Issues: https://github.com/eth-p/bat-extras/issues

tests/syntax-tests/highlighted/Java/test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.Scanner;
22

3-
[38;2;117;113;94m/*[0m[38;2;117;113;94m This Java program was submiited to help bat[0m
3+
[38;2;117;113;94m/*[0m[38;2;117;113;94m This Java program was submitted to help bat[0m
44
 * with its syntax highlighting tests
55
 */
66

tests/syntax-tests/source/Java/test.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import java.util.Scanner;
22

3-
/* This Java program was submiited to help bat
3+
/* This Java program was submitted to help bat
44
* with its syntax highlighting tests
55
*/
66

0 commit comments

Comments
 (0)