importer/foursquare: minor typo

Change-Id: Ic3c0d2f01ea0e6dc191500ed2856810e8c9581d6
This commit is contained in:
mpl 2014-07-22 00:12:51 +02:00
parent f81b88de6e
commit e68742473d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const (
acctAttrUserLast = "foursquareLastName"
acctAttrAccessToken = "oauthAccessToken"
checkinsRequestLimit = 100 // max number of checkins we will ask for in a checkins list requset
checkinsRequestLimit = 100 // max number of checkins we will ask for in a checkins list request
photosRequestLimit = 5
)