Skip to content

Commit fc3d1cb

Browse files
authored
Fix some typos
1 parent 7e130e3 commit fc3d1cb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

common/hugo/hugo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ func DeprecateLevel(item, alternative, version string, level logg.Level) {
426426
loggers.Log().Logger().WithLevel(level).WithField(loggers.FieldNameCmd, "deprecated").Logf(msg)
427427
}
428428

429-
// We ususally do about one minor version a month.
429+
// We usually do about one minor version a month.
430430
// We want people to run at least the current and previous version without any warnings.
431431
// We want people who don't update Hugo that often to see the warnings and errors before we remove the feature.
432432
func deprecationLogLevelFromVersion(ver string) logg.Level {

hugolib/doctree/nodeshifttree.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type (
5959
)
6060

6161
// NodeShiftTree is the root of a tree that can be shaped using the Shape method.
62-
// Note that multipled shapes of the same tree is meant to be used concurrently,
62+
// Note that multiplied shapes of the same tree is meant to be used concurrently,
6363
// so use the applicable locking when needed.
6464
type NodeShiftTree[T any] struct {
6565
tree *radix.Tree

markup/blackfriday/anchors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// See the License for the specific language governing permissions and
1212
// limitations under the License.
1313

14-
// Package blackfriday holds some compability functions for the old Blackfriday v1 Markdown engine.
14+
// Package blackfriday holds some compatibility functions for the old Blackfriday v1 Markdown engine.
1515
package blackfriday
1616

1717
import "unicode"

0 commit comments

Comments
 (0)