aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--LICENSE2
-rw-r--r--libaxl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 6385426..be2cafd 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
ISC License
-© 2019, 2020, 2021, 2022, 2023 Mattias Andrée <maandree@kth.se>
+© 2019, 2020, 2021, 2022, 2023 Mattias Andrée <m@maandree.se>
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
diff --git a/libaxl.h b/libaxl.h
index 827ecc5..5d92adf 100644
--- a/libaxl.h
+++ b/libaxl.h
@@ -107,7 +107,7 @@ int libaxl_fileno(LIBAXL_CONNECTION *);
*
* @param conn The connection to the display server
* @param version Should be `LIBAXL_DISPLAY_INFO_VERSION`; used to
- * identify if old fields that have been replaces
+ * identify if old fields that have been replaced
* must allocated and filled in with information
* from the new fields that the application does
' not know about