From 186faed2ee892ec0fa7aec95d79e5c019a620ef3 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Sat, 20 Jul 2019 06:51:06 +0200 Subject: [PATCH] Fixed typo Just a nit-picky typo fix. --- spew/internalunsafe_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spew/internalunsafe_test.go b/spew/internalunsafe_test.go index 80dc221..1fbb766 100644 --- a/spew/internalunsafe_test.go +++ b/spew/internalunsafe_test.go @@ -46,7 +46,7 @@ func changeKind(v *reflect.Value, readOnly bool) { *flags |= flagKindMask } -// TestAddedReflectValue tests functionaly of the dump and formatter code which +// TestAddedReflectValue tests functionally of the dump and formatter code which // falls back to the standard fmt library for new types that might get added to // the language. func TestAddedReflectValue(t *testing.T) {