diff options
Diffstat (limited to 'src/corelib')
-rw-r--r-- | src/corelib/render/software/platform/linux/agg_platform_support.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/corelib/render/software/platform/linux/agg_platform_support.pas b/src/corelib/render/software/platform/linux/agg_platform_support.pas index e963ebc0..cd3b33ac 100644 --- a/src/corelib/render/software/platform/linux/agg_platform_support.pas +++ b/src/corelib/render/software/platform/linux/agg_platform_support.pas @@ -94,7 +94,7 @@ type // Possible formats of the rendering buffer. Initially I thought that it's
// reasonable to create the buffer and the rendering functions in
// accordance with the native pixel format of the system because it
-// would have no overhead for pixel format conersion.
+// would have no overhead for pixel format conversion.
// But eventually I came to a conclusion that having a possibility to
// convert pixel formats on demand is a good idea. First, it was X11 where
// there lots of different formats and visuals and it would be great to
@@ -2512,4 +2512,4 @@ begin end;
END.
-
\ No newline at end of file +
|