about summary refs log tree commit diff stats
path: root/inc/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'inc/handlers.h')
-rw-r--r--inc/handlers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/handlers.h b/inc/handlers.h
index aecd964..acf994e 100644
--- a/inc/handlers.h
+++ b/inc/handlers.h
@@ -10,7 +10,7 @@
 typedef enum opmode {
 	NOT_FOUND,
 	NETASCII,
-	OCTAL,
+	OCTET,
 	MAIL
 // any additional modes
 } nbd_opmode;