Skip to content

Commit 6c8b2ad

Browse files
committed
Fix spelling mistake
1 parent 116afdc commit 6c8b2ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/markup/processorhelper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ func ProcessorHelper() *markup.ProcessorHelper {
127127
return giteaBaseCtx.Locale, nil
128128
}
129129

130-
return nil, fmt.Errorf("could not retrive locale from context")
130+
return nil, fmt.Errorf("could not retrieve locale from context")
131131
},
132132
}
133133
}

0 commit comments

Comments
 (0)