Fix spelling mistakes caught by golangci-lint
This commit is contained in:
		
							parent
							
								
									035bba89f5
								
							
						
					
					
						commit
						592c20c7d4
					
				
					 4 changed files with 5 additions and 5 deletions
				
			
		| 
						 | 
				
			
			@ -782,7 +782,7 @@ func writeFlushPktLine(ctx context.Context, out io.Writer) error {
 | 
			
		|||
	return nil
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// Write an Pkt-Line based on `data` to `out` according to the specifcation.
 | 
			
		||||
// Write an Pkt-Line based on `data` to `out` according to the specification.
 | 
			
		||||
// https://git-scm.com/docs/protocol-common
 | 
			
		||||
func writeDataPktLine(ctx context.Context, out io.Writer, data []byte) error {
 | 
			
		||||
	// Implementations SHOULD NOT send an empty pkt-line ("0004").
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -225,13 +225,13 @@ func TestGitAttributeCheckerError(t *testing.T) {
 | 
			
		|||
		ac, err := gitRepo.GitAttributeChecker("", "linguist-language")
 | 
			
		||||
		require.NoError(t, err)
 | 
			
		||||
 | 
			
		||||
		// calling CheckPath before would allow git to cache part of it and succesfully return later
 | 
			
		||||
		// calling CheckPath before would allow git to cache part of it and successfully return later
 | 
			
		||||
		assert.NoError(t, os.RemoveAll(gitRepo.Path))
 | 
			
		||||
 | 
			
		||||
		_, err = ac.CheckPath("i-am-a-python.p")
 | 
			
		||||
		if err == nil {
 | 
			
		||||
			t.Skip(
 | 
			
		||||
				"git check-attr started too fast and CheckPath was succesful (and likely cached)",
 | 
			
		||||
				"git check-attr started too fast and CheckPath was successful (and likely cached)",
 | 
			
		||||
				"https://codeberg.org/forgejo/forgejo/issues/2948",
 | 
			
		||||
			)
 | 
			
		||||
		}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -391,7 +391,7 @@ func TestCommitMail(t *testing.T) {
 | 
			
		|||
		t.Run("Upload", func(t *testing.T) {
 | 
			
		||||
			defer tests.PrintCurrentTest(t)()
 | 
			
		||||
 | 
			
		||||
			// Upload two seperate times, so we have two different 'uploads' that can
 | 
			
		||||
			// Upload two separate times, so we have two different 'uploads' that can
 | 
			
		||||
			// be used indepently of each other.
 | 
			
		||||
			uploadFile := func(t *testing.T, name, content string) string {
 | 
			
		||||
				t.Helper()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -89,7 +89,7 @@ func TestDataSizeTranslation(t *testing.T) {
 | 
			
		|||
		fullSize = noDigits.ReplaceAllString(fullSize, "")
 | 
			
		||||
		assert.Equal(t, "git:  КиБ; lfs:  Б", fullSize)
 | 
			
		||||
 | 
			
		||||
		// Check if file sizes are correclty translated
 | 
			
		||||
		// Check if file sizes are correctly translated
 | 
			
		||||
		testFileSizeTranslated(t, session, path.Join(testUser, testRepoName, "src/branch/main/137byteFile.txt"), "137 Б")
 | 
			
		||||
		testFileSizeTranslated(t, session, path.Join(testUser, testRepoName, "src/branch/main/1.5kibFile.txt"), "1,5 КиБ")
 | 
			
		||||
		testFileSizeTranslated(t, session, path.Join(testUser, testRepoName, "src/branch/main/1.25mibFile.txt"), "1,3 МиБ")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue