Explorar o código

fixed misspelling

danaugrs %!s(int64=7) %!d(string=hai) anos
pai
achega
d9a4b5c565
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      renderer/shaman.go

+ 1 - 1
renderer/shaman.go

@@ -271,7 +271,7 @@ func (sm *Shaman) preprocess(source string, defines map[string]string) (string,
 		if err != nil {
 			return "", err
 		}
-		// Replace all occurrances of the include directive with its processed source code
+		// Replace all occurrences of the include directive with its processed source code
 		newSource = strings.Replace(newSource, m[0], incSource, -1)
 	}
 	return prefix + newSource, nil