Package: ogdi-dfsg / 3.2.1+ds-4

spelling-errors Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix spelling errors.
 occured -> occurred
Author: Bas Couwenberg <sebastic@debian.org>

--- a/ogdi/c-api/server.c
+++ b/ogdi/c-api/server.c
@@ -294,7 +294,7 @@ ecs_Result *svr_CreateServer(s,url,isLoc
   res = s->createserver(s,url); 
   if (res == NULL) {
     res = &svr_dummy_result;
-    sprintf(buffer,"A memory error occured when creating the server for the URL \"%s\"", url);
+    sprintf(buffer,"A memory error occurred when creating the server for the URL \"%s\"", url);
     ecs_SetError(res,1,buffer);
     return res;
     }