Skip to content

Commit 2d955fb

Browse files
committed
Fix typo
1 parent e88e55f commit 2d955fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shpopen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ void SHPAPI_CALL SHPWriteHeader(SHPHandle psSHP)
183183
STATIC_CAST(uint32_t *, malloc(sizeof(uint32_t) * 2 * psSHP->nRecords));
184184
if (panSHX == SHPLIB_NULLPTR)
185185
{
186-
psSHP->sHooks.Error("Failure allocatin panSHX");
186+
psSHP->sHooks.Error("Failure allocating panSHX");
187187
return;
188188
}
189189

0 commit comments

Comments
 (0)