diff options
-rw-r--r-- | src/corelib/render/software/platform/win/agg_platform_support.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/render/software/platform/win/agg_platform_support.pas b/src/corelib/render/software/platform/win/agg_platform_support.pas index e9680fef..0d03eccf 100644 --- a/src/corelib/render/software/platform/win/agg_platform_support.pas +++ b/src/corelib/render/software/platform/win/agg_platform_support.pas @@ -373,7 +373,7 @@ type // It's perfect if they can be called anytime. procedure caption_(cap : shortstring ); - // These 3 menthods handle working with images. The image + // These 3 methods handle working with images. The image // formats are the simplest ones, such as .BMP in Windows or // .ppm in Linux. In the applications the names of the files // should not have any file extensions. Method load_img() can |