Skip to content

Commit f5e9617

Browse files
committed
Daniel just has to be SOOOOOOO particular about speling.
1 parent 834b49b commit f5e9617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sunlight/pagination.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def pagingfunc(*args, **kwargs):
7070
break
7171

7272
if count % per_page != 0:
73-
logger.debug('! %s retuned less than number of requested results, stopping' % name)
73+
logger.debug('! %s returned less than number of requested results, stopping' % name)
7474
stopthepresses = True
7575

7676
if stopthepresses:

0 commit comments

Comments
 (0)