Merge lp:~dtyi/ubuntu/vivid/macchanger-gtk/endding-spellingfix into lp:ubuntu/vivid/macchanger-gtk

Proposed by Dennis Yi
Status: Rejected
Rejected by: Sebastien Bacher
Proposed branch: lp:~dtyi/ubuntu/vivid/macchanger-gtk/endding-spellingfix
Merge into: lp:ubuntu/vivid/macchanger-gtk
Diff against target: 26 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
macchanger-gtk (+1/-1)
To merge this branch: bzr merge lp:~dtyi/ubuntu/vivid/macchanger-gtk/endding-spellingfix
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+248032@code.launchpad.net

Description of the change

Replaced 'endding' with 'ending'. Should fix flag error.

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, has been reported to Debian as well on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736615

Revision history for this message
Sebastien Bacher (seb128) wrote :

Sorry but marking as rejected in Ubuntu, thanks for sending it to Debian though, that's the right way to get the issue resolved, let's wait for them to commit the fix and then the update can be synced to Ubuntu (the small change doesn't seem worth getting the package out of sync between Debian and Ubuntu)

Unmerged revisions

8. By Dennis Yi

Changed 'endding' to 'ending'.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2009-05-11 21:12:22 +0000
3+++ debian/changelog 2015-01-29 18:24:52 +0000
4@@ -1,3 +1,9 @@
5+macchanger-gtk (1.1-4ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Changed 'endding' to 'ending'.
8+
9+ -- Dennis Yi <dtyi@princeton.edu> Thu, 29 Jan 2015 13:13:52 -0500
10+
11 macchanger-gtk (1.1-4) unstable; urgency=low
12
13 * Fixed URL in watch file.
14
15=== modified file 'macchanger-gtk'
16--- macchanger-gtk 2009-01-17 00:18:49 +0000
17+++ macchanger-gtk 2015-01-29 18:24:52 +0000
18@@ -79,7 +79,7 @@
19 my $activo = $combobox_newmac_style->get_active();
20 return 0 if $interfaz == 1;
21 my($resultado, @posible_error);
22- chomp($resultado = `/usr/bin/macchanger --endding $interfaz`) if($activo == 0);
23+ chomp($resultado = `/usr/bin/macchanger --ending $interfaz`) if($activo == 0);
24 chomp($resultado = `/usr/bin/macchanger --another $interfaz`) if($activo == 1);
25 chomp($resultado = `/usr/bin/macchanger -A $interfaz`) if($activo == 2);
26 chomp($resultado = `/usr/bin/macchanger --random $interfaz`) if($activo == 3);

Subscribers

People subscribed via source and target branches

to all changes: