1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-01 10:52:24 +01:00

chore: Fix some typos (#3244)

This commit is contained in:
Sorin Sbarnea
2025-08-28 18:30:50 +01:00
committed by GitHub
parent 6772225477
commit d291b3e5fa
4 changed files with 10 additions and 9 deletions

View File

@@ -31,6 +31,7 @@
- Only start offload worker thread when there's more than 1 core #2956 (@cyqsimon)
- Update terminal-colorsaurus (the library used for dark/light detection) to 1.0, see #3347 (@bash)
- Update console dependency to 0.16, see #3351 (@musicinmybrain)
- Fixed some typos #3244 (@ssbarnea)
## Syntaxes

View File

@@ -2021,7 +2021,7 @@
tests/syntax-tests/highlighted/Manpage/bat-0.16.man:243: BAT(1)
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
tests/syntax-tests/highlighted/VimL/source.vim:77:" Error case from issue #1604 (https://github.com/sharkdp/bat/issues/1064)
tests/syntax-tests/highlighted/Java/test.java:3:/* This Java program was submiited to help bat
tests/syntax-tests/highlighted/Java/test.java:3:/* This Java program was submitted to help bat
tests/syntax-tests/highlighted/Sass/example.sass:46: background-image: url("https://github.com/sharkdp/bat/raw/master/doc/logo-header.svg")
tests/syntax-tests/highlighted/HTML/test.html:5: <title>Bat Syntax Test</title>
tests/syntax-tests/highlighted/Cpp/test.cpp:6:/* This C program was submitted to help bat
@@ -2119,7 +2119,7 @@
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
tests/syntax-tests/source/VimL/source.vim:77:" Error case from issue #1604 (https://github.com/sharkdp/bat/issues/1064)
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".
tests/syntax-tests/source/Java/test.java:3:/* This Java program was submiited to help bat
tests/syntax-tests/source/Java/test.java:3:/* This Java program was submitted to help bat
tests/syntax-tests/source/Sass/example.sass:46: background-image: url("https://github.com/sharkdp/bat/raw/master/doc/logo-header.svg")
tests/syntax-tests/source/HTML/test.html:5: <title>Bat Syntax Test</title>
tests/syntax-tests/source/Cpp/test.cpp:6:/* This C program was submitted to help bat

View File

@@ -1,6 +1,6 @@
import java.util.Scanner;
/* This Java program was submiited to help bat
/* This Java program was submitted to help bat
 * with its syntax highlighting tests
 */

View File

@@ -1,6 +1,6 @@
import java.util.Scanner;
/* This Java program was submiited to help bat
/* This Java program was submitted to help bat
* with its syntax highlighting tests
*/