Fix typos, fixes bug 3786: typo in src/mimeview.c.
[claws.git] / src / matcher.c
index 89b62327a289d904d24f251441e4752cb04b949f..27566774c8090790dcfca8dfbf4fc7ec32a1eeb7 100644 (file)
@@ -681,7 +681,7 @@ static void *matcher_test_thread(void *data)
  *\param       prop Pointer to matcher structure
  *\param       info Pointer to message info structure
  *
- *\return      gboolean TRUE if command was executed succesfully
+ *\return      gboolean TRUE if command was executed successfully
  */
 static gboolean matcherprop_match_test(const MatcherProp *prop, 
                                          MsgInfo *info)
@@ -1697,7 +1697,7 @@ static gboolean matcherlist_match_text_content(MatcherList *matchers, MimeInfo *
  *\param       matchers List of conditions
  *\param       fp Message file
  *
- *\return      gboolean TRUE if succesful match
+ *\return      gboolean TRUE if successful match
  */
 static gboolean matcherlist_match_body(MatcherList *matchers, gboolean body_only, MsgInfo *info)
 {