diff options
| author | luzpaz <luzpaz@users.noreply.github.com> | 2017-12-01 18:07:34 +0000 |
|---|---|---|
| committer | luzpaz <kunda@scribus.net> | 2017-12-04 01:55:06 +0000 |
| commit | eb07ba085151be60d518ce6310a33e413d699a32 (patch) | |
| tree | 4530b037a2c813960396a8125561620c0305589f /src/gc-finalized.h | |
| parent | Optionaly measure only selected elements (diff) | |
| download | inkscape-eb07ba085151be60d518ce6310a33e413d699a32.tar.gz inkscape-eb07ba085151be60d518ce6310a33e413d699a32.zip | |
Misc. typos
Please confirm typos in the following
`doc/nr-filter-interface.txt`
`share/symbols/BalloonSymbols.svg`
.
Diffstat (limited to 'src/gc-finalized.h')
| -rw-r--r-- | src/gc-finalized.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gc-finalized.h b/src/gc-finalized.h index d39338643..887603806 100644 --- a/src/gc-finalized.h +++ b/src/gc-finalized.h @@ -36,7 +36,7 @@ namespace GC { * 1. The garbage collector uses strictly topologically-ordered * finalization; if objects with finalizers reference each other * directly or indirectly, the collector will refuse to finalize (and - * therefor free) them. You'll see a warning on the console if this + * therefore free) them. You'll see a warning on the console if this * happens. * * The best way to limit this effect is to only make "leaf" objects |
