X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=libchimara%2Fstream.h;fp=libchimara%2Fstream.h;h=193da479a174d543eaf4b62e1ed2402c4aea09b5;hb=13b21e2a9ba53c7109ae0bbfd774f16f0c9d4413;hp=1e5a720b141469fa54c46b654bdaeec276af7793;hpb=42d2c2e53f65402039e0b1c6e48e258fb417bb71;p=rodin%2Fchimara.git diff --git a/libchimara/stream.h b/libchimara/stream.h index 1e5a720..193da47 100644 --- a/libchimara/stream.h +++ b/libchimara/stream.h @@ -49,7 +49,7 @@ struct glk_stream_struct gchar *filename; /* Displayable filename in UTF-8 for error handling */ gchar *style; /* Name of the current style */ - gboolean hyperlink_mode; /* WHen turned on, text written to the stream will be a hyperlink */ + gboolean hyperlink_mode; /* When turned on, text written to the stream will be a hyperlink */ }; G_GNUC_INTERNAL strid_t file_stream_new(frefid_t fileref, glui32 fmode, glui32 rock, gboolean unicode);