summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
Diffstat (limited to 'amiga')
-rw-r--r--amiga/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/misc.h b/amiga/misc.h
index fab4492b4..c7ae5af78 100644
--- a/amiga/misc.h
+++ b/amiga/misc.h
@@ -29,7 +29,7 @@ struct Window;
/**
* Warn the user of an event.
*
- * \param[in] message A warning looked up in the message translation table
+ * \param[in] warning A warning looked up in the message translation table
* \param[in] detail Additional text to be displayed or NULL.
* \return NSERROR_OK on success or error code if there was a
* faliure displaying the message to the user.