| Index: gcl.py
|
| diff --git a/gcl.py b/gcl.py
|
| index a80939673c9d2008ef19e0d6cec0b31f4be1e02f..1480187c0dd9a0a1ece55fb5a61697b0251c4b7e 100755
|
| --- a/gcl.py
|
| +++ b/gcl.py
|
| @@ -620,7 +620,7 @@ def LoadChangelistInfoForMultiple(changenames, local_root, fail_on_not_found,
|
| update_status):
|
| """Loads many changes and merge their files list into one pseudo change.
|
|
|
| - This is mainly usefull to concatenate many changes into one for a 'gcl try'.
|
| + This is mainly useful to concatenate many changes into one for a 'gcl try'.
|
| """
|
| changes = changenames.split(',')
|
| aggregate_change_info = ChangeInfo(
|
|
|