#14 stubs for TDesktop
[fanfix.git] / src / jexer / TWindow.java
index 32d94b928a48add6a82c1caf690d97b3b41c7638..afb0bc049933e426b5542c35283013e36927ef55 100644 (file)
@@ -3,7 +3,7 @@
  *
  * The MIT License (MIT)
  *
- * Copyright (C) 2016 Kevin Lamonte
+ * Copyright (C) 2017 Kevin Lamonte
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -316,7 +316,7 @@ public class TWindow extends TWidget {
     }
 
     /**
-     * Restote (unmaximize) window.
+     * Restore (unmaximize) window.
      */
     private void restore() {
         setWidth(restoreWindowWidth);