Author: solomax
Date: Tue Apr 17 07:07:21 2012
New Revision: 1326955
URL: http://svn.apache.org/viewvc?rev=1326955&view=rev
Log:
OPENMEETINGS-174 typo is fixed
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/cli/Admin.java
Modified:
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/cli/Admin.java
URL:
http://svn.apache.org/viewvc/incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/cli/Admin.java?rev=1326955&r1=1326954&r2=1326955&view=diff
==============================================================================
---
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/cli/Admin.java
(original)
+++
incubator/openmeetings/trunk/singlewebapp/src/org/openmeetings/cli/Admin.java
Tue Apr 17 07:07:21 2012
@@ -346,7 +346,7 @@ public class Admin {
try {
File backup = new File(file);
if (!cmdl.hasOption("file") ||
!backup.exists() || !backup.isFile()) {
- System.out.println("File should
be specified, and point the the existent zip file");
+ System.out.println("File should
be specified, and point the existent zip file");
usage();
System.exit(1);
}