Fix typos in comments

This commit is contained in:
Sebastian Ramacher 2018-03-18 17:14:22 +01:00
parent 6f10064684
commit 309c83d4ec
2 changed files with 2 additions and 2 deletions

View File

@ -138,7 +138,7 @@ sqlite_db_init(ZathuraSQLDatabase* db, const char* path)
"vadj_ratio FLOAT,"
"PRIMARY KEY(file, id));";
/* ceate jumplist table */
/* create jumplist table */
static const char SQL_JUMPLIST_INIT[] =
"CREATE TABLE IF NOT EXISTS jumplist ("
"id INTEGER PRIMARY KEY AUTOINCREMENT,"

View File

@ -595,7 +595,7 @@ recolor(private_t* priv, zathura_page_t* page, unsigned int page_width,
/* TODO: split handling of image handling off
* Ideally we would create a mask surface for the location of the images and
* we would blit the the recolored and unmodified surfaces together to get the
* we would blit the recolored and unmodified surfaces together to get the
* same effect.
*/