mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-09 07:18:04 +02:00
Fix various README typos
This commit is contained in:
parent
28a72648ba
commit
14d94d9354
3 changed files with 9 additions and 3 deletions
2
HACKING
2
HACKING
|
|
@ -74,7 +74,7 @@ We use /git/ for version control. See:
|
|||
http://cairographics.org/download/
|
||||
|
||||
TODO:
|
||||
Add links to some git tutorials or better, right a few paragraphs
|
||||
Add links to some git tutorials or better, write a few paragraphs
|
||||
about how to use git to efficiently hack on cairo.
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
Cairo Library Source Code
|
||||
=========================
|
||||
|
||||
This directory contains the source code to the cairo library.
|
||||
This directory contains the source code of the cairo library.
|
||||
|
||||
|
||||
Source Code Listing
|
||||
|
|
@ -60,7 +60,7 @@ be added to the regression test suite to test the new code.
|
|||
Bibliography
|
||||
------------
|
||||
|
||||
A detailed list of academic publications used in cairo code is availagle
|
||||
A detailed list of academic publications used in cairo code is available
|
||||
in the file $(top_srcdir)/BIBLIOGRAPHY. Feel free to update as you
|
||||
implement more papers.
|
||||
|
||||
|
|
|
|||
|
|
@ -59,3 +59,9 @@ cairo to newer API. See $(top_srcdir)/PORTING_GUIDE for more information.
|
|||
|
||||
These files are obsolete now and may be removed in a future version.
|
||||
|
||||
|
||||
cairo-view and waterfall
|
||||
------------------------
|
||||
|
||||
These are two pycairo scripts useful for testing the toy font backend.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue