X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FTWindow.java;h=afb0bc049933e426b5542c35283013e36927ef55;hb=0ee88b6d705993df0d9e32cdc08c619605c7d75c;hp=32d94b928a48add6a82c1caf690d97b3b41c7638;hpb=2ce6dab2bbd951e6d0f09f94759efda5ee4b65ac;p=fanfix.git diff --git a/src/jexer/TWindow.java b/src/jexer/TWindow.java index 32d94b9..afb0bc0 100644 --- a/src/jexer/TWindow.java +++ b/src/jexer/TWindow.java @@ -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);