#303: Typo fixes from mathnerd314
[supertux.git] / src / binreloc / binreloc.c
index d3912d5..5321606 100644 (file)
@@ -14,7 +14,7 @@
 #define __BINRELOC_C__
 
 // [Christoph] use config.h, which defines ENABLE_BINRELOC
-#include "config.h"
+#include <config.h>
 
 #ifdef ENABLE_BINRELOC
        #include <sys/types.h>
@@ -36,7 +36,7 @@ extern "C" {
 /** @internal
  * Find the canonical filename of the executable. Returns the filename
  * (which must be freed) or NULL on error. If the parameter 'error' is
- * not NULL, the error code will be stored there, if an error occured.
+ * not NULL, the error code will be stored there, if an error occurred.
  */
 static char *
 _br_find_exe (BrInitError *error)