Skip to content

Commit c2ec158

Browse files
committed
Fix a typo in a terminal title
1 parent 81e529a commit c2ec158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/builder-manifest.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3673,7 +3673,7 @@ builder_manifest_bundle_sources (BuilderManifest *self,
36733673

36743674
g_print ("Bundling sources\n");
36753675

3676-
builder_set_term_title (_("Bunding sources for %s"), self->id);
3676+
builder_set_term_title (_("Bundling sources for %s"), self->id);
36773677

36783678
if (!builder_context_enable_rofiles (context, error))
36793679
return FALSE;

0 commit comments

Comments
 (0)