Skip to content

Commit e1bfefc

Browse files
committed
correct spelling mistake
1 parent c53a679 commit e1bfefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws/lambda_function.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ func ReduceUnAliasedVersions(svc *lambda.Lambda, maxVersions int, metadata deplo
138138

139139
drop := false
140140

141-
// $LATEST is a special poiter to the latest function
141+
// $LATEST is a special pointer to the latest function
142142
// helpfully it isn't returned in the list of aliases
143143
// so we need a special case here
144144
if *(version.Version) == "$LATEST" {

0 commit comments

Comments
 (0)