aboutsummaryrefslogtreecommitdiffstats
path: root/ext2ed/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext2ed/init.c')
-rw-r--r--ext2ed/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2ed/init.c b/ext2ed/init.c
index 718c0d08..4e584317 100644
--- a/ext2ed/init.c
+++ b/ext2ed/init.c
@@ -57,7 +57,7 @@ int init (void)
general_commands.last_command=-1; /* No commands whatsoever meanwhile */
ext2_commands.last_command=-1;
- add_general_commands (); /* Add the general commands, aviable always */
+ add_general_commands (); /* Add the general commands, available always */
device_handle=NULL; /* Notice that our device is still not set up */
device_offset=-1;
current_type=NULL; /* No filesystem specific types yet */