From a33ae8f65570d219488ba1d0d46501c6a20d1fd5 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 13 Jun 2008 11:13:08 +0000
Subject: [PATCH] Fix for issue 3355 (upgrade command should ask for confirmation) Ask for the confirmation and fix a typo in a comment.
---
opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java b/opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java
index 52b622d..8a8dd66 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/upgrader/Reverter.java
@@ -1071,7 +1071,7 @@
userInteraction(), currentVersion, newVersion);
uo.notifyUser();
if (uo.noServerStartFollowingOperation()) {
- // Some issue dicatates that we don't try and restart the server
+ // Some issue dictates that we don't try and restart the server
// after this operation. It may be that the databases are no
// longer readable after the reversion or something equally earth
// shattering.
--
Gitblit v1.10.0