mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 22:43:46 +01:00
Fix typos in comments
This commit is contained in:
parent
6f10064684
commit
309c83d4ec
@ -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,"
|
||||
|
@ -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.
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user