Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] BZR Change 33 to devel sorcery by Andrew Stitt <astitt@sourcemage.org>

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: scm AT mail.sourcemage.org
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] BZR Change 33 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>
  • Date: Thu, 11 May 2006 10:55:03 -0500

------------------------------------------------------------
revno: 33
committer: Andrew Stitt <astitt AT sourcemage.org>
branch nick: devel-hack5
timestamp: Thu 2006-05-11 08:51:53 -0700
message:
fix typo

=== modified file 'ChangeLog'
--- ChangeLog
+++ ChangeLog
@@ -1,3 +1,6 @@
+2006-05-11 Andrew Stitt <astitt AT sourcemage.org>
+ * libdepends: fix typo
+
2006-05-09 Andrew Stitt <astitt AT sourcemage.org>
* cast: add -g parameter to allow custom grimoire selection and
ordering
* cast: remove --fix and --nofix (been deprecated for several
releases)

=== modified file 'var/lib/sorcery/modules/libdepends'
--- var/lib/sorcery/modules/libdepends
+++ var/lib/sorcery/modules/libdepends
@@ -716,13 +716,13 @@
local target_spell
if ! codex_does_spell_exist $1 &> /dev/null; then
work_depends_provider "$failure_ok" "$article" \
- "$query_term" "$databse_term" "$@" &&
+ "$query_term" "$database_term" "$@" &&
if [[ "$requested_sub_depends" ]]; then
target_spell=$(get_spell_provider "$SPELL" "$1")
fi
else
work_depends_spell "$failure_ok" "$article" \
- "$query_term" "$databse_term" "$@" &&
+ "$query_term" "$database_term" "$@" &&
target_spell=$1
fi &&
for sub_depend in $requested_sub_depends; do
@@ -841,13 +841,13 @@
local target_spell
if ! codex_does_spell_exist $1 &> /dev/null; then
work_optional_depends_provider "$failure_ok" "$article" \
- "$query_term" "$databse_term" "$@" &&
+ "$query_term" "$database_term" "$@" &&
if [[ "$requested_sub_depends" ]]; then
target_spell=$(get_spell_provider "$SPELL" "$1")
fi
else
work_optional_depends_spell "$failure_ok" "$article" \
- "$query_term" "$databse_term" "$@" &&
+ "$query_term" "$database_term" "$@" &&
target_spell=$1
fi &&
if [[ "$requested_sub_depends" ]] &&




  • [SM-Commit] BZR Change 33 to devel sorcery by Andrew Stitt <astitt AT sourcemage.org>, scm, 05/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page