fixed a spelling error
authorArt Cancro <ajc@citadel.org>
Fri, 5 Feb 2021 16:27:05 +0000 (11:27 -0500)
committerArt Cancro <ajc@citadel.org>
Fri, 5 Feb 2021 16:27:05 +0000 (11:27 -0500)
citadel/modules/smtp/serv_smtp.c

index 77d8252730c7be386ace5b197eafc844f25c4c61..232f3672421125933d45d19a87c109516e07b160 100644 (file)
@@ -84,7 +84,7 @@ enum SMTP_FLAGS {
        LHLO
 };
 
-typedef void (*smtp_handler)(long offest, long Flags);
+typedef void (*smtp_handler)(long offset, long Flags);
 typedef struct _smtp_handler_hook {
        smtp_handler h;
        int Flags;