summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorpolluks <polluks@sdf.lonestar.org>2023-08-27 22:37:10 +0200
committerpolluks <polluks@sdf.lonestar.org>2023-08-27 22:37:10 +0200
commitb97a8fe340073c095c009bc59a61a93a5dfc1e2f (patch)
treef24a6b3dd02f965f575c08eed63667159dfd94d7 /src/main.c
parentfca17ce76335d58a381392d170356f7c1fb42764 (diff)
Fixed typos
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e83dad3..4719359 100644
--- a/src/main.c
+++ b/src/main.c
@@ -153,7 +153,7 @@ extern graphADT graph;
* \brief The main() function
*
* \details The main() function of sc-im. It is the first function called when
- * the applicaiton is executed.
+ * the application is executed.
*
* \param[in] argc (argument count) is the number of strings pointed to by argv. This
* is passed to main() by the system.
@@ -586,7 +586,7 @@ void handle_argv_exports() {
/**
- * \brief Set up signals catched by sc-im
+ * \brief Set up signals caught by sc-im
* \return none
*/
void signals() {