diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-12-20 17:53:10 +0000 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2012-12-20 17:53:10 +0000 |
commit | 44bb0f2fc10d44eb8913dc0da34ef869f6e4a96b (patch) | |
tree | c1a45632b4c5bd128312b7fd6f184016fa2a3afe /src/corelib/render | |
parent | 9e24a0979c6de19fe675e685d7ac2bc72d15720e (diff) | |
download | fpGUI-44bb0f2fc10d44eb8913dc0da34ef869f6e4a96b.tar.xz |
fixes spelling mistake in code comment
Diffstat (limited to 'src/corelib/render')
-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 |