* Note that this function could be called only once. If you want to mount
* another source or target than you have to call mnt_reset_context().
*
- * If you want to call mount(2) for the same source and target with a diffrent
+ * If you want to call mount(2) for the same source and target with a different
* mount flags or fstype then call mnt_context_reset_status() and then try
* again mnt_context_do_mount().
*
* Semantics:
*
* Setterm writes to standard output a character string that will
- * invoke the specified terminal capabilities. Where possibile
+ * invoke the specified terminal capabilities. Where possible
* terminfo is consulted to find the string to use. Some options
* however do not correspond to a terminfo capability. In this case if
* the terminal type is "con*", or "linux*" the string that invokes
.SH OPTIONS
.TP
\fB\-n\fR, \fB\-\-nobanner\fR
-Supress banner
+Suppress banner
.TP
\fB\-t\fR, \fB\-\-timeout\fR \fItimeout\fR
Write
mbstate_t state, state_bak; /* Current status of the stream. */
char mbc[MB_LEN_MAX]; /* Buffer for one multibyte char. */
size_t mblength; /* Byte length of multibyte char. */
- size_t mbc_pos = 0; /* Postion of the MBC. */
+ size_t mbc_pos = 0; /* Position of the MBC. */
int use_mbc_buffer_flag = 0; /* If 1, mbc has data. */
int break_flag = 0; /* If 1, exit while(). */
long file_pos_bak = Ftell (f);