Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (cd1ca83def4855466533595527c0ab88f46abbb5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (cd1ca83def4855466533595527c0ab88f46abbb5)
  • Date: Mon, 21 Jan 2008 15:01:03 -0600

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 1 +
var/lib/sorcery/modules/liblock | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit cd1ca83def4855466533595527c0ab88f46abbb5
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

fixed typos in error messages

diff --git a/ChangeLog b/ChangeLog
index 53f8b98..492625a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2008-01-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* liblock: don't overwrite the lock list in lock_start_transaction
don't quit when removing the old lock list
+ fixed typos in error messages
* libdepends: fixed a regression introduced in 2008-01-16

2008-01-18 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
diff --git a/var/lib/sorcery/modules/liblock b/var/lib/sorcery/modules/liblock
index 63c97b4..f8ea666 100755
--- a/var/lib/sorcery/modules/liblock
+++ b/var/lib/sorcery/modules/liblock
@@ -302,7 +302,7 @@ function lock_commit_transaction()
if [ $? -ne 0 ] ; then
message "${PROBLEM_COLOR}Transaction commit failed on $i."
message "${DEFAULT_COLOR}The modified file is stored in $TMP_FILE."
- message "This normaly happens when the disk runs out of space."
+ message "This normally happens when the disk runs out of space."
if ! query "Do you wish to continue?" "n" ; then
exit 1
fi
@@ -314,7 +314,7 @@ function lock_commit_transaction()
if [ $? -ne 0 ] ; then
message "${PROBLEM_COLOR}Transaction commit failed on
$LOCK_TRANSACTIONS."
message "${DEFAULT_COLOR}"
- message "This normaly happens when the disk runs out of space."
+ message "This normally happens when the disk runs out of space."
if ! query "Do you wish to continue?" "n" ; then
exit 1
fi



  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (cd1ca83def4855466533595527c0ab88f46abbb5), Jaka Kranjc, 01/21/2008

Archive powered by MHonArc 2.6.24.

Top of Page