mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-26 17:43:22 +01:00
Fix typo.
This commit is contained in:
parent
e31b76d627
commit
179c889d9b
@ -108,7 +108,7 @@ static NSInteger nextMonthValue(const char *bytes, NSUInteger numberOfBytes, NSU
|
|||||||
return NSNotFound;
|
return NSNotFound;
|
||||||
|
|
||||||
if (monthCharacters[0] == 'J' || monthCharacters[0] == 'j') { //Jan, Jun, Jul
|
if (monthCharacters[0] == 'J' || monthCharacters[0] == 'j') { //Jan, Jun, Jul
|
||||||
if (monthCharacters[1] == 'a' || monthCharacters[i] == 'A')
|
if (monthCharacters[1] == 'a' || monthCharacters[1] == 'A')
|
||||||
return RSJanuary;
|
return RSJanuary;
|
||||||
if (monthCharacters[1] == 'u' || monthCharacters[1] == 'U') {
|
if (monthCharacters[1] == 'u' || monthCharacters[1] == 'U') {
|
||||||
if (monthCharacters[2] == 'n' || monthCharacters[2] == 'N')
|
if (monthCharacters[2] == 'n' || monthCharacters[2] == 'N')
|
||||||
|
Loading…
Reference in New Issue
Block a user