[aseprite] 08/308: Fix typo in src/app/cmd/README.md

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:44:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit c03f6b4da4fae9f9cd012da5c5be8516ae1995da
Author: David Capello <davidcapello at gmail.com>
Date:   Wed Nov 18 16:24:13 2015 -0300

    Fix typo in src/app/cmd/README.md
---
 src/app/cmd/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/cmd/README.md b/src/app/cmd/README.md
index 2bbcc10..34190c5 100644
--- a/src/app/cmd/README.md
+++ b/src/app/cmd/README.md
@@ -6,6 +6,6 @@ entities. As several `cmd` can persist in parallel with other `cmd`
 these smart pointers can generate conflicts in the logic layer.
 E.g. If we keep an `ImageRef` inside a `cmd`, the image is
 not removed from the [objects hash table](../../doc/object.cpp),
-so two or more `cmd` could will try to add/remove the same object
+so two or more `cmd` could try to add/remove the same object
 in the hash table (there are asserts to check this state, were
 someone is trying to add the same `ObjectId` in the hash table).

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list