aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-10-05 07:42:04 +1000
committerGravatar axel <axel@liljencrantz.se>2006-10-05 07:42:04 +1000
commit0ea668b260bcb640de7bdcb3feff4f7d9187e32c (patch)
treeb654044ed1a7229133f91fcd2c5a8e2456f8bd5f /reader.h
parent91c745e4b5c5b6d231e11b7e90f02f69c96023b7 (diff)
Minor code cleanup
darcs-hash:20061004214204-ac50b-e1529fcedb1665f9871a95eba293a4a3c1150464.gz
Diffstat (limited to 'reader.h')
-rw-r--r--reader.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/reader.h b/reader.h
index 2c6c0c1f..9bd0223c 100644
--- a/reader.h
+++ b/reader.h
@@ -95,10 +95,10 @@ void reader_set_buffer( wchar_t *b, int p );
int reader_get_cursor_pos();
/**
- Return the value of the interupted flag, which is set by the sigint
+ Return the value of the interrupted flag, which is set by the sigint
handler, and clear it if it was set.
*/
-int reader_interupted();
+int reader_interrupted();
/**
Read one line of input. Before calling this function, reader_push()
@@ -158,7 +158,7 @@ int exit_status();
void reader_replace_current_token( wchar_t *new_token );
/**
- The readers interupt signal handler. Cancels all currently running blocks.
+ The readers interrupt signal handler. Cancels all currently running blocks.
*/
void reader_handle_int( int signal );