diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-10-02 23:54:15 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-10-02 23:54:15 -0400 |
commit | 19d760f9ddcb084df1595f2ea4be79a99df540be (patch) | |
tree | f240506f5b1c60ba48be63520b192e9592484bca /demos | |
parent | a9809b0f67d71cd7bfb1815d368a1fdfd1b3ba8b (diff) | |
download | gtk+-19d760f9ddcb084df1595f2ea4be79a99df540be.tar.gz |
gtk-demo: Fix a typo
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/gltransition.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/gtk-demo/gltransition.c b/demos/gtk-demo/gltransition.c index 7d51d32be4..b95ffc4d6d 100644 --- a/demos/gtk-demo/gltransition.c +++ b/demos/gtk-demo/gltransition.c @@ -10,7 +10,7 @@ * GL areas and plain old widgets to demonstrate this. * * The demo also shows some over-the-top effects like wobbly widgets, - * and a an animated background. + * and animated backgrounds. */ #include <math.h> |