aboutsummaryrefslogtreecommitdiff
path: root/dep
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2013-12-25 14:16:55 -0330
committerMalcrom <malcromdev@gmail.com>2013-12-25 14:16:55 -0330
commitfe95371d9a8b485d3028a8d0bf1481e2cae20c1c (patch)
tree06d779ebef57d1e94cabb7f4f868dade0a3e67e2 /dep
parentfa29ddc529ab43d43353c83578772758bcf264c4 (diff)
Core/Scripting: Replace casted with cast as casted is not a word.
Diffstat (limited to 'dep')
-rw-r--r--dep/mysqllite/libmysql/libmysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/mysqllite/libmysql/libmysql.c b/dep/mysqllite/libmysql/libmysql.c
index f802387cf9a..3af9165de8c 100644
--- a/dep/mysqllite/libmysql/libmysql.c
+++ b/dep/mysqllite/libmysql/libmysql.c
@@ -2303,7 +2303,7 @@ stmt_read_row_no_result_set(MYSQL_STMT *stmt __attribute__((unused)),
mysql_stmt_attr_set()
attr_type statement attribute
- value casted to const void * pointer to value.
+ value cast to const void * pointer to value.
RETURN VALUE
0 success