summaryrefslogtreecommitdiff
path: root/src/Fl_Window_fullscreen.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2009-02-15 18:58:03 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2009-02-15 18:58:03 +0000
commit648b7e111d03f32f1d5cda2f18de5520f58da3a3 (patch)
tree069423a7657696af289edb1691f9fa744f9e22e3 /src/Fl_Window_fullscreen.cxx
parente94b388899d16498f44afd1bb965a137345fcf6f (diff)
Fixed typos in documentation.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6660 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window_fullscreen.cxx')
-rw-r--r--src/Fl_Window_fullscreen.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fl_Window_fullscreen.cxx b/src/Fl_Window_fullscreen.cxx
index 07795c4e1..c85071308 100644
--- a/src/Fl_Window_fullscreen.cxx
+++ b/src/Fl_Window_fullscreen.cxx
@@ -30,7 +30,7 @@
// manager. Fullscreen still works on some window managers (fvwm is one)
// because they allow the border to be placed off-screen.
-// Unfortunatly most X window managers ignore changes to the border
+// Unfortunately most X window managers ignore changes to the border
// and refuse to position the border off-screen, so attempting to make
// the window full screen will lose the size of the border off the
// bottom and right.